Home
last modified time | relevance | path

Searched defs:NameModifier (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h540 OpenMPDirectiveKind NameModifier = llvm::omp::OMPD_unknown; variable
570 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, in OMPIfClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15163 OpenMPDirectiveKind NameModifier = OMPD_unknown) { in getOpenMPCaptureRegionForClause()
15277 OpenMPDirectiveKind NameModifier, Expr *Condition, SourceLocation StartLoc, in ActOnOpenMPIfClause()
H A DTreeTransform.h1685 OMPClause *RebuildOMPIfClause(OpenMPDirectiveKind NameModifier, in RebuildOMPIfClause()