clang
6.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 2709 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPDependClauseKind clang::Parser::OpenMPVarListDataTy::DepKind = OMPC_DEPEND_unknown |
Definition at line 2712 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
SourceLocation clang::Parser::OpenMPVarListDataTy::DepLinMapLoc |
Definition at line 2717 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
Definition at line 2716 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPLinearClauseKind clang::Parser::OpenMPVarListDataTy::LinKind = OMPC_LINEAR_val |
Definition at line 2713 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapType = OMPC_MAP_unknown |
Definition at line 2715 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapTypeModifier = OMPC_MAP_unknown |
Definition at line 2714 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
DeclarationNameInfo clang::Parser::OpenMPVarListDataTy::ReductionId |
Definition at line 2711 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
CXXScopeSpec clang::Parser::OpenMPVarListDataTy::ReductionIdScopeSpec |
Definition at line 2710 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
Expr* clang::Parser::OpenMPVarListDataTy::TailExpr = nullptr |
Definition at line 2708 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().