Searched refs:getCapturedStmt (Results 1 – 10 of 10) sorted by relevance
1243 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()1876 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForDirective()1888 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForSimdDirective()1900 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeSimdDirective()1912 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTargetParallelForSimdDirective()2154 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections()2302 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective()2333 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSingleDirective()2353 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPMasterDirective()2362 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPCriticalDirective()[all …]
4889 ignoreCompoundStmts(CS.getCapturedStmt()))) { in emitNumTeamsClauseForTargetDirective()4938 ignoreCompoundStmts(CS.getCapturedStmt()))) { in emitThreadLimitClauseForTargetDirective()5929 cast<CapturedStmt>(E->getAssociatedStmt())->getCapturedStmt(), in scanForTargetRegionsFunctions()
2106 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function2107 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function2198 return getCapturedStmt()->getLocStart(); in getLocStart()2201 return getCapturedStmt()->getLocEnd(); in getLocEnd()2204 return getCapturedStmt()->getSourceRange(); in getSourceRange()
120 S = CapS->getCapturedStmt(); in IgnoreContainers()
985 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
3397 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective()5608 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()5867 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()6297 auto Body = CS->getCapturedStmt(); in ActOnOpenMPAtomicDirective()
3991 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
7191 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()11933 Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()
339 Record.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
423 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()