Home
last modified time | relevance | path

Searched refs:NameModifier (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h253 OpenMPDirectiveKind NameModifier = OMPD_unknown; variable
262 void setNameModifier(OpenMPDirectiveKind NM) { NameModifier = NM; } in setNameModifier()
283 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, in OMPIfClause() argument
289 NameModifier(NameModifier), NameModifierLoc(NameModifierLoc) { in OMPIfClause()
311 OpenMPDirectiveKind getNameModifier() const { return NameModifier; } in getNameModifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp771 OpenMPDirectiveKind NameModifier = C->getNameModifier(); in hasParallelIfNumThreadsClause() local
772 if (NameModifier != OMPD_parallel && NameModifier != OMPD_unknown) in hasParallelIfNumThreadsClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp8309 OpenMPDirectiveKind NameModifier = OMPD_unknown) { in getOpenMPCaptureRegionForClause() argument
8319 if (NameModifier == OMPD_unknown || NameModifier == OMPD_parallel) in getOpenMPCaptureRegionForClause()
8326 if (NameModifier == OMPD_unknown || NameModifier == OMPD_parallel) in getOpenMPCaptureRegionForClause()
8828 OMPClause *Sema::ActOnOpenMPIfClause(OpenMPDirectiveKind NameModifier, in ActOnOpenMPIfClause() argument
8848 getOpenMPCaptureRegionForClause(DKind, OMPC_if, NameModifier); in ActOnOpenMPIfClause()
8858 OMPIfClause(NameModifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPIfClause()
H A DTreeTransform.h1494 OMPClause *RebuildOMPIfClause(OpenMPDirectiveKind NameModifier, in RebuildOMPIfClause() argument
1500 return getSema().ActOnOpenMPIfClause(NameModifier, Condition, StartLoc, in RebuildOMPIfClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9113 OMPClause *ActOnOpenMPIfClause(OpenMPDirectiveKind NameModifier,