Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h689 OpenMPDirectiveKind NameModifier = llvm::omp::OMPD_unknown; variable
698 void setNameModifier(OpenMPDirectiveKind NM) { NameModifier = NM; } in setNameModifier()
719 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, in OMPIfClause() argument
725 ColonLoc(ColonLoc), NameModifier(NameModifier), in OMPIfClause()
748 OpenMPDirectiveKind getNameModifier() const { return NameModifier; } in getNameModifier()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h869 OMPClause *ActOnOpenMPIfClause(OpenMPDirectiveKind NameModifier,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15647 OpenMPDirectiveKind NameModifier = OMPD_unknown) { in getOpenMPCaptureRegionForClause() argument
15652 if (NameModifier != OMPD_unknown && in getOpenMPCaptureRegionForClause()
15653 !isAllowedClauseForDirective(NameModifier, CKind, OpenMPVersion)) in getOpenMPCaptureRegionForClause()
15752 int End = NameModifier == OMPD_unknown ? Leafs.size() in getOpenMPCaptureRegionForClause()
15753 : GetLeafIndex(NameModifier); in getOpenMPCaptureRegionForClause()
15761 OpenMPDirectiveKind NameModifier, Expr *Condition, SourceLocation StartLoc, in ActOnOpenMPIfClause() argument
15778 DKind, OMPC_if, getLangOpts().OpenMP, NameModifier); in ActOnOpenMPIfClause()
15789 OMPIfClause(NameModifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPIfClause()
H A DTreeTransform.h1691 OMPClause *RebuildOMPIfClause(OpenMPDirectiveKind NameModifier, in RebuildOMPIfClause() argument
1698 NameModifier, Condition, StartLoc, LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()