Searched refs:getCapturedStmt (Results 1 – 9 of 9) sorted by relevance
894 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()1633 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections()1795 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective()1828 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSingleDirective()1846 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPMasterDirective()1854 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPCriticalDirective()1989 CGF.EmitStmt(CS->getCapturedStmt()); in EmitOMPTaskDirective()2042 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTaskgroupDirective()2086 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPOrderedDirective()2551 CGF.EmitStmt(CS.getCapturedStmt()); in EmitOMPTargetDirective()[all …]
2087 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function2088 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function2188 return getCapturedStmt()->getLocStart(); in getLocStart()2191 return getCapturedStmt()->getLocEnd(); in getLocEnd()2194 return getCapturedStmt()->getSourceRange(); in getSourceRange()
120 S = CapS->getCapturedStmt(); in IgnoreContainers()
921 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
2484 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective()4232 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()4489 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()4906 auto Body = CS->getCapturedStmt(); in ActOnOpenMPAtomicDirective()
3923 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
7081 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()11587 Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()
326 Writer.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
419 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()