Home
last modified time | relevance | path

Searched defs:Modifier2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3682 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; in ParseOpenMPSingleExprWithArgClause() enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1027 OpenMPAllocateClauseModifier Modifier2, SourceLocation Modifier2Loc, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h552 OpenMPAllocateClauseModifier Modifier2, in OMPAllocateClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16650 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; in ActOnOpenMPSingleExprWithArgClause() enumerator
17589 OpenMPAllocateClauseModifier Modifier2 = OMPC_ALLOCATE_unknown; in ActOnOpenMPVarListClause() local