Lines Matching refs:getAssociatedStmt
259 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2744 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
4138 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
4157 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
4218 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4258 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4293 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4327 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
6546 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
7798 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPGenericLoopDirective()
7810 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
7873 EmitStmt(D.getAssociatedStmt()); in EmitSimpleOMPExecutableDirective()