Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp15305 OpenMPDirectiveKind NameModifier = OMPD_unknown) { in getOpenMPCaptureRegionForClause()
16246 OMPClause *Sema::ActOnOpenMPIfClause(OpenMPDirectiveKind NameModifier, in ActOnOpenMPIfClause()
H A DTreeTransform.h1640 OMPClause *RebuildOMPIfClause(OpenMPDirectiveKind NameModifier, in RebuildOMPIfClause()