clang
8.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 2874 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPDependClauseKind clang::Parser::OpenMPVarListDataTy::DepKind = OMPC_DEPEND_unknown |
Definition at line 2878 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
SourceLocation clang::Parser::OpenMPVarListDataTy::DepLinMapLoc |
Definition at line 2886 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
Definition at line 2885 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
OpenMPLinearClauseKind clang::Parser::OpenMPVarListDataTy::LinKind = OMPC_LINEAR_val |
Definition at line 2879 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().
OpenMPMapClauseKind clang::Parser::OpenMPVarListDataTy::MapType = OMPC_MAP_unknown |
Definition at line 2884 of file Parser.h.
Referenced by parseMapType(), and clang::Parser::ParseOpenMPVarList().
SmallVector<OpenMPMapModifierKind, OMPMapClause::NumberOfModifiers> clang::Parser::OpenMPVarListDataTy::MapTypeModifiers |
Definition at line 2881 of file Parser.h.
Referenced by parseMapTypeModifiers(), and clang::Parser::ParseOpenMPVarList().
SmallVector<SourceLocation, OMPMapClause::NumberOfModifiers> clang::Parser::OpenMPVarListDataTy::MapTypeModifiersLoc |
Definition at line 2883 of file Parser.h.
Referenced by parseMapTypeModifiers(), and clang::Parser::ParseOpenMPVarList().
DeclarationNameInfo clang::Parser::OpenMPVarListDataTy::ReductionId |
Definition at line 2877 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
CXXScopeSpec clang::Parser::OpenMPVarListDataTy::ReductionIdScopeSpec |
Definition at line 2876 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
SourceLocation clang::Parser::OpenMPVarListDataTy::RLoc |
Definition at line 2875 of file Parser.h.
Referenced by clang::Parser::ParseOpenMPVarList().
Expr* clang::Parser::OpenMPVarListDataTy::TailExpr = nullptr |
Definition at line 2873 of file Parser.h.
Referenced by parseDeclareSimdClauses(), and clang::Parser::ParseOpenMPVarList().