|
clang 23.0.0git
|
#include "clang/AST/OpenMPClause.h"
Public Attributes | |
| llvm::omp::TraitProperty | Kind = llvm::omp::TraitProperty::invalid |
| StringRef | RawString |
| The raw string as we parsed it. This is needed for the isa trait set (which accepts anything) and (later) extensions. | |
Definition at line 9655 of file OpenMPClause.h.
| llvm::omp::TraitProperty OMPTraitProperty::Kind = llvm::omp::TraitProperty::invalid |
Definition at line 9656 of file OpenMPClause.h.
Referenced by checkExtensionProperty().
| StringRef OMPTraitProperty::RawString |
The raw string as we parsed it. This is needed for the isa trait set (which accepts anything) and (later) extensions.
Definition at line 9660 of file OpenMPClause.h.
Referenced by checkExtensionProperty().