Lines Matching refs:getAssociatedStmt
260 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2802 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
4196 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
4215 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
4276 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4316 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4351 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4385 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
6595 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
7856 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitOMPGenericLoopDirective()
8020 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
8084 EmitStmt(D.getAssociatedStmt()); in EmitSimpleOMPExecutableDirective()