Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp445 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
451 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
457 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
639 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon8e68b8fa0111::DSAStackTy
2427 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
4741 DSAStack->getCurrentDirective()))) { in tryCaptureOpenMPLambdas()
4809 if (DSAStack->getCurrentDirective() == OMPD_atomic || in ActOnOpenMPRegionEnd()
4812 DSAStack->getCurrentDirective() == OMPD_master || in ActOnOpenMPRegionEnd()
4813 DSAStack->getCurrentDirective() == OMPD_masked) in ActOnOpenMPRegionEnd()
4857 DSAStack->getCurrentDirective())) { in ActOnOpenMPRegionEnd()
[all …]