Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp447 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
453 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
459 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
641 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon1dd12e440111::DSAStackTy
1109 assert(isOpenMPTargetExecutionDirective(getCurrentDirective()) && in getLinkGlobals()
2293 return isOpenMPTaskingDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTaskUntiedContext()
2298 return (isOpenMPTargetExecutionDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTargetExecutionDirective()
2410 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
2416 isImplicitOrExplicitTaskingRegion(DSAStack->getCurrentDirective())) || in isOpenMPCapturedDecl()
2499 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
[all …]