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 9306 of file OpenMPClause.h.
llvm::omp::TraitSelector clang::OMPTraitSelector::Kind = llvm::omp::TraitSelector::invalid |
Definition at line 9308 of file OpenMPClause.h.
Referenced by checkExtensionProperty().
llvm::SmallVector<OMPTraitProperty, 1> clang::OMPTraitSelector::Properties |
Definition at line 9309 of file OpenMPClause.h.
Referenced by checkExtensionProperty().
Expr* clang::OMPTraitSelector::ScoreOrCondition = nullptr |
Definition at line 9307 of file OpenMPClause.h.