clang
7.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 2840 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPDependClauseKind clang::Parser::OpenMPVarListDataTy::DepKind = OMPC_DEPEND_unknown |
Definition at line 2844 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
SourceLocation clang::Parser::OpenMPVarListDataTy::DepLinMapLoc |
Definition at line 2849 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
Definition at line 2848 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPLinearClauseKind clang::Parser::OpenMPVarListDataTy::LinKind = OMPC_LINEAR_val |
Definition at line 2845 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapType = OMPC_MAP_unknown |
Definition at line 2847 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapTypeModifier = OMPC_MAP_unknown |
Definition at line 2846 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
DeclarationNameInfo clang::Parser::OpenMPVarListDataTy::ReductionId |
Definition at line 2843 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
CXXScopeSpec clang::Parser::OpenMPVarListDataTy::ReductionIdScopeSpec |
Definition at line 2842 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
SourceLocation clang::Parser::OpenMPVarListDataTy::RLoc |
Definition at line 2841 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
Expr* clang::Parser::OpenMPVarListDataTy::TailExpr = nullptr |
Definition at line 2839 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().