Lines Matching refs:getAssociatedStmt
255 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2608 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
3900 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
3921 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
3982 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4024 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4061 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4097 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
5921 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
7120 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
7185 EmitStmt(D.getAssociatedStmt()); in EmitSimpleOMPExecutableDirective()