Lines Matching refs:getCurrentDirective

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::DSAStackTy
1558 return (isOpenMPTargetExecutionDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTargetExecutionDirective()
1637 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()
1643 isImplicitOrExplicitTaskingRegion(DSAStack->getCurrentDirective())) || in isOpenMPCapturedDecl()
1668 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
1674 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
1685 !isOpenMPSimdDirective(DSAStack->getCurrentDirective())) in isOpenMPPrivateDecl()
2179 << getOpenMPDirectiveName(Stack->getCurrentDirective()); in reportOriginalDsa()
2208 if (isOpenMPTargetExecutionDirective(Stack->getCurrentDirective()) && in VisitSubCaptures()
2245 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr()
2327 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); in VisitMemberExpr()
2922 *this, ErrorFound, DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd()
2929 getOpenMPCaptureRegions(CaptureRegions, DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd()
2936 if (isOpenMPTaskingDirective(DSAStack->getCurrentDirective()) && in ActOnOpenMPRegionEnd()
2996 if (isOpenMPWorksharingDirective(DSAStack->getCurrentDirective()) && in ActOnOpenMPRegionEnd()
2997 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()
3000 << getOpenMPDirectiveName(DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd()
4720 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
8846 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); in ActOnOpenMPIfClause()
8963 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); in ActOnOpenMPNumThreadsClause()
9423 DSAStack->getCurrentDirective(), OMPC_schedule) != in ActOnOpenMPScheduleClause()
9868 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPPrivateClause()
10017 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPFirstprivateClause()
10135 << getOpenMPDirectiveName(DSAStack->getCurrentDirective()); in ActOnOpenMPFirstprivateClause()
10144 isOpenMPTaskingDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPFirstprivateClause()
10147 << getOpenMPDirectiveName(DSAStack->getCurrentDirective()); in ActOnOpenMPFirstprivateClause()
10285 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPLastprivateClause()
10998 OpenMPDirectiveKind CurrDir = Stack->getCurrentDirective(); in actOnOMPReductionKindClause()
11429 if (isOpenMPTaskingDirective(Stack->getCurrentDirective()) || in actOnOMPReductionKindClause()
11430 Stack->getCurrentDirective() == OMPD_taskgroup) { in actOnOMPReductionKindClause()
11736 if (isOpenMPDistributeDirective(Stack->getCurrentDirective()) && in FinishOpenMPLinearClause()
11737 isOpenMPSimdDirective(Stack->getCurrentDirective()) && !Info.first) { in FinishOpenMPLinearClause()
12026 << getOpenMPDirectiveName(DSAStack->getCurrentDirective()); in ActOnOpenMPCopyprivateClause()
12092 if (DSAStack->getCurrentDirective() == OMPD_ordered && in ActOnOpenMPDependClause()
12098 if (DSAStack->getCurrentDirective() != OMPD_ordered && in ActOnOpenMPDependClause()
12263 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); in ActOnOpenMPDeviceClause()
13037 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
13070 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList()
13404 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); in ActOnOpenMPNumTeamsClause()
13431 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); in ActOnOpenMPThreadLimitClause()
13543 DSAStack->getCurrentDirective(), OMPC_dist_schedule) != in ActOnOpenMPDistScheduleClause()
13884 << getOpenMPDirectiveName(DSAStack->getCurrentDirective()); in ActOnOpenMPIsDevicePtrClause()