clang 22.0.0git
|
Data used for processing a list of variables in OpenMP clauses. More...
#include "clang/Sema/SemaOpenMP.h"
Classes | |
struct | OpenMPReductionClauseModifiers |
Data used for processing a list of variables in OpenMP clauses.
Definition at line 1141 of file SemaOpenMP.h.
Definition at line 1169 of file SemaOpenMP.h.
SmallVector<OpenMPAllocateClauseModifier, NumberOfOMPAllocateClauseModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::AllocClauseModifiers |
'step' modifier location for linear clause
Definition at line 1166 of file SemaOpenMP.h.
SmallVector<SourceLocation, NumberOfOMPAllocateClauseModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::AllocClauseModifiersLoc |
Definition at line 1168 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::ColonLoc |
Definition at line 1144 of file SemaOpenMP.h.
Definition at line 1142 of file SemaOpenMP.h.
int clang::SemaOpenMP::OpenMPVarListDataTy::ExtraModifier = -1 |
Additional modifier for linear, map, depend or lastprivate clause.
Definition at line 1148 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::ExtraModifierLoc |
Definition at line 1159 of file SemaOpenMP.h.
Definition at line 1158 of file SemaOpenMP.h.
Definition at line 1143 of file SemaOpenMP.h.
SmallVector<OpenMPMapModifierKind, NumberOfOMPMapClauseModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MapTypeModifiers |
Definition at line 1152 of file SemaOpenMP.h.
SmallVector<SourceLocation, NumberOfOMPMapClauseModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MapTypeModifiersLoc |
Definition at line 1154 of file SemaOpenMP.h.
SmallVector<OpenMPMotionModifierKind, NumberOfOMPMotionModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MotionModifiers |
Definition at line 1156 of file SemaOpenMP.h.
SmallVector<SourceLocation, NumberOfOMPMotionModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MotionModifiersLoc |
Definition at line 1157 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::OmpAllMemoryLoc |
Definition at line 1161 of file SemaOpenMP.h.
int clang::SemaOpenMP::OpenMPVarListDataTy::OriginalSharingModifier = 0 |
Definition at line 1150 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::OriginalSharingModifierLoc |
Definition at line 1160 of file SemaOpenMP.h.
DeclarationNameInfo clang::SemaOpenMP::OpenMPVarListDataTy::ReductionOrMapperId |
Definition at line 1147 of file SemaOpenMP.h.
CXXScopeSpec clang::SemaOpenMP::OpenMPVarListDataTy::ReductionOrMapperIdScopeSpec |
Definition at line 1146 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::RLoc |
Definition at line 1145 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::StepModifierLoc |
Definition at line 1163 of file SemaOpenMP.h.