Lines Matching refs:getAssociatedStmt

846   auto CS = cast<CapturedStmt>(S.getAssociatedStmt());  in emitCommonOMPParallelDirective()
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()
1902 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()
1952 auto *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()
2042 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTaskgroupDirective()
2073 if (!S.getAssociatedStmt()) in EmitOMPOrderedDirective()
2079 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPOrderedDirective()
2086 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPOrderedDirective()
2519 S.getAssociatedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in EmitOMPAtomicDirective()
2544 const CapturedStmt &CS = *cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTargetDirective()
2611 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTargetDataDirective()
2619 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskLoopDirective()
2628 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskLoopSimdDirective()