Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp416 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
422 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
428 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
609 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon5b04668f0111::DSAStackTy
1044 assert(isOpenMPTargetExecutionDirective(getCurrentDirective()) && in getLinkGlobals()
2158 return (isOpenMPTargetExecutionDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTargetExecutionDirective()
2245 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
2251 isImplicitOrExplicitTaskingRegion(DSAStack->getCurrentDirective())) || in isOpenMPCapturedDecl()
2292 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
2298 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()
[all …]