Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 __anon4581b7f80111::DSAStackTy
2245 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
4397 DSAStack->getCurrentDirective()))) { in tryCaptureOpenMPLambdas()
4463 if (DSAStack->getCurrentDirective() == OMPD_atomic || in ActOnOpenMPRegionEnd()
4466 DSAStack->getCurrentDirective() == OMPD_master || in ActOnOpenMPRegionEnd()
4467 DSAStack->getCurrentDirective() == OMPD_masked) in ActOnOpenMPRegionEnd()
4510 DSAStack->getCurrentDirective())) { in ActOnOpenMPRegionEnd()
[all …]