Lines Matching refs:EmitStmt
894 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()
918 EmitStmt(D.getBody()); in EmitOMPLoopBody()
1684 CGF.EmitStmt(SubStmt); in EmitSections()
1764 CGF.EmitStmt(Stmt); 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()
2085 CGF.EmitStmt( in EmitOMPOrderedDirective()
2551 CGF.EmitStmt(CS.getCapturedStmt()); in EmitOMPTargetDirective()
2614 [&CS](CodeGenFunction &CGF) { CGF.EmitStmt(CS->getCapturedStmt()); }); in EmitOMPTargetDataDirective()
2622 [&CS](CodeGenFunction &CGF) { CGF.EmitStmt(CS->getCapturedStmt()); }); in EmitOMPTaskLoopDirective()
2631 [&CS](CodeGenFunction &CGF) { CGF.EmitStmt(CS->getCapturedStmt()); }); in EmitOMPTaskLoopSimdDirective()