Searched refs:getCurrentDirective (Results 1 – 2 of 2) sorted by relevance
415 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()421 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()427 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()608 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anonf152f9340111::DSAStackTy1043 assert(isOpenMPTargetExecutionDirective(getCurrentDirective()) && in getLinkGlobals()2147 return (isOpenMPTargetExecutionDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTargetExecutionDirective()2230 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()2236 isImplicitOrExplicitTaskingRegion(DSAStack->getCurrentDirective())) || in isOpenMPCapturedDecl()2277 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()2283 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()[all …]
226 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon216cbd260111::DSAStackTy993 if (DSAStack->getCurrentDirective() == OMPD_target && in IsOpenMPCapturedDecl()1005 if (DSAStack->getCurrentDirective() != OMPD_unknown && in IsOpenMPCapturedDecl()1011 isParallelOrTaskRegion(DSAStack->getCurrentDirective())) || in IsOpenMPCapturedDecl()1446 << getOpenMPDirectiveName(Stack->getCurrentDirective()); in ReportOriginalDSA()1477 auto DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr()1527 auto DKind = Stack->getCurrentDirective(); in VisitMemberExpr()1807 } else if (isParallelOrTaskRegion(DSAStack->getCurrentDirective())) { in ActOnOpenMPRegionEnd()1852 if (isOpenMPWorksharingDirective(DSAStack->getCurrentDirective()) && in ActOnOpenMPRegionEnd()1853 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()[all …]