Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp227 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
233 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
239 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
384 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon45dbc4930111::DSAStackTy
1637 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
1668 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
1674 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
2327 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); in VisitMemberExpr()
2922 *this, ErrorFound, DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd()
12092 if (DSAStack->getCurrentDirective() == OMPD_ordered && in ActOnOpenMPDependClause()
[all …]