clang 20.0.0git
|
#include "clang/AST/OpenMPClause.h"
Public Attributes | |
Expr * | ScoreOrCondition = nullptr |
llvm::omp::TraitSelector | Kind = llvm::omp::TraitSelector::invalid |
llvm::SmallVector< OMPTraitProperty, 1 > | Properties |
Definition at line 9182 of file OpenMPClause.h.
llvm::omp::TraitSelector clang::OMPTraitSelector::Kind = llvm::omp::TraitSelector::invalid |
Definition at line 9184 of file OpenMPClause.h.
Referenced by checkExtensionProperty().
llvm::SmallVector<OMPTraitProperty, 1> clang::OMPTraitSelector::Properties |
Definition at line 9185 of file OpenMPClause.h.
Referenced by checkExtensionProperty().
Expr* clang::OMPTraitSelector::ScoreOrCondition = nullptr |
Definition at line 9183 of file OpenMPClause.h.