Searched refs:getCurrentDirective (Results 1 – 1 of 1) sorted by relevance
227 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::DSAStackTy1637 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 …]