Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h540 OpenMPDirectiveKind NameModifier = llvm::omp::OMPD_unknown; variable
549 void setNameModifier(OpenMPDirectiveKind NM) { NameModifier = NM; } in setNameModifier()
570 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, in OMPIfClause() argument
576 ColonLoc(ColonLoc), NameModifier(NameModifier), in OMPIfClause()
599 OpenMPDirectiveKind getNameModifier() const { return NameModifier; } in getNameModifier()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h840 OMPClause *ActOnOpenMPIfClause(OpenMPDirectiveKind NameModifier,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15163 OpenMPDirectiveKind NameModifier = OMPD_unknown) { in getOpenMPCaptureRegionForClause() argument
15168 if (NameModifier != OMPD_unknown && in getOpenMPCaptureRegionForClause()
15169 !isAllowedClauseForDirective(NameModifier, CKind, OpenMPVersion)) in getOpenMPCaptureRegionForClause()
15268 int End = NameModifier == OMPD_unknown ? Leafs.size() in getOpenMPCaptureRegionForClause()
15269 : GetLeafIndex(NameModifier); in getOpenMPCaptureRegionForClause()
15277 OpenMPDirectiveKind NameModifier, Expr *Condition, SourceLocation StartLoc, in ActOnOpenMPIfClause() argument
15294 DKind, OMPC_if, getLangOpts().OpenMP, NameModifier); in ActOnOpenMPIfClause()
15305 OMPIfClause(NameModifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPIfClause()
H A DTreeTransform.h1685 OMPClause *RebuildOMPIfClause(OpenMPDirectiveKind NameModifier, in RebuildOMPIfClause() argument
1692 NameModifier, Condition, StartLoc, LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()