clang
9.0.0
|
Data used for parsing list of variables in OpenMP clauses. More...
#include "clang/Parse/Parser.h"
Data used for parsing list of variables in OpenMP clauses.
SourceLocation clang::Parser::OpenMPVarListDataTy::ColonLoc |
Definition at line 2934 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPDependClauseKind clang::Parser::OpenMPVarListDataTy::DepKind = OMPC_DEPEND_unknown |
Definition at line 2938 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
SourceLocation clang::Parser::OpenMPVarListDataTy::DepLinMapLoc |
Definition at line 2946 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
Definition at line 2945 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPLinearClauseKind clang::Parser::OpenMPVarListDataTy::LinKind = OMPC_LINEAR_val |
Definition at line 2939 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapType = OMPC_MAP_unknown |
Definition at line 2944 of file Parser.h.
Referenced by parseMapType(), and clang::Parser::ParseOpenMPVarList().
SmallVector<OpenMPMapModifierKind, OMPMapClause::NumberOfModifiers> clang::Parser::OpenMPVarListDataTy::MapTypeModifiers |
Definition at line 2941 of file Parser.h.
Referenced by clang::Parser::parseMapTypeModifiers(), and clang::Parser::ParseOpenMPVarList().
SmallVector<SourceLocation, OMPMapClause::NumberOfModifiers> clang::Parser::OpenMPVarListDataTy::MapTypeModifiersLoc |
Definition at line 2943 of file Parser.h.
Referenced by clang::Parser::parseMapTypeModifiers(), and clang::Parser::ParseOpenMPVarList().
DeclarationNameInfo clang::Parser::OpenMPVarListDataTy::ReductionOrMapperId |
Definition at line 2937 of file Parser.h.
Referenced by clang::Parser::parseMapperModifier(), and clang::Parser::ParseOpenMPVarList().
CXXScopeSpec clang::Parser::OpenMPVarListDataTy::ReductionOrMapperIdScopeSpec |
Definition at line 2936 of file Parser.h.
Referenced by clang::Parser::parseMapperModifier(), and clang::Parser::ParseOpenMPVarList().
SourceLocation clang::Parser::OpenMPVarListDataTy::RLoc |
Definition at line 2935 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
Expr* clang::Parser::OpenMPVarListDataTy::TailExpr = nullptr |
Definition at line 2933 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().