|
clang
5.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 2679 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
| OpenMPDependClauseKind clang::Parser::OpenMPVarListDataTy::DepKind = OMPC_DEPEND_unknown |
Definition at line 2682 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
| SourceLocation clang::Parser::OpenMPVarListDataTy::DepLinMapLoc |
Definition at line 2687 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
Definition at line 2686 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
| OpenMPLinearClauseKind clang::Parser::OpenMPVarListDataTy::LinKind = OMPC_LINEAR_val |
Definition at line 2683 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
| OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapType = OMPC_MAP_unknown |
Definition at line 2685 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
| OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapTypeModifier = OMPC_MAP_unknown |
Definition at line 2684 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
| DeclarationNameInfo clang::Parser::OpenMPVarListDataTy::ReductionId |
Definition at line 2681 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
| CXXScopeSpec clang::Parser::OpenMPVarListDataTy::ReductionIdScopeSpec |
Definition at line 2680 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
| Expr* clang::Parser::OpenMPVarListDataTy::TailExpr = nullptr |
Definition at line 2678 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
1.8.6