Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp440 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
446 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
452 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
634 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anona08a17510111::DSAStackTy
2404 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
4726 DSAStack->getCurrentDirective()))) { in tryCaptureOpenMPLambdas()
4794 if (DSAStack->getCurrentDirective() == OMPD_atomic || in ActOnOpenMPRegionEnd()
4797 DSAStack->getCurrentDirective() == OMPD_master || in ActOnOpenMPRegionEnd()
4798 DSAStack->getCurrentDirective() == OMPD_masked) in ActOnOpenMPRegionEnd()
4842 DSAStack->getCurrentDirective())) { in ActOnOpenMPRegionEnd()
[all …]