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.cpp450 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
456 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
462 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
644 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon1dd12e440111::DSAStackTy
1129 assert(isOpenMPTargetExecutionDirective(getCurrentDirective()) && in getLinkGlobals()
2317 return isOpenMPTaskingDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTaskUntiedContext()
2322 return (isOpenMPTargetExecutionDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTargetExecutionDirective()
2434 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
2440 isImplicitOrExplicitTaskingRegion(DSAStack->getCurrentDirective())) || in isOpenMPCapturedDecl()
2523 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
[all …]