Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp440 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
446 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
452 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
634 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon7e4ded5b0111::DSAStackTy
1102 assert(isOpenMPTargetExecutionDirective(getCurrentDirective()) && in getLinkGlobals()
2289 return isOpenMPTaskingDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTaskUntiedContext()
2294 return (isOpenMPTargetExecutionDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTargetExecutionDirective()
2404 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
2410 isImplicitOrExplicitTaskingRegion(DSAStack->getCurrentDirective())) || in isOpenMPCapturedDecl()
2492 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
[all …]