Searched refs:getAssociatedStmt (Results 1 – 8 of 8) sorted by relevance
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()7810 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()[all …]
369 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
10631 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
8948 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function8949 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()8951 Stmt *getAssociatedStmt() { in getAssociatedStmt() function8977 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()8992 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()9012 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()9020 return getAssociatedStmt(); in getRawStmt()
520 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function521 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()523 Stmt *getAssociatedStmt() { in getAssociatedStmt() function526 return Data->getAssociatedStmt(); in getAssociatedStmt()
6951 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
8566 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()8577 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
3626 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()3634 Visit(S->getAssociatedStmt()); in VisitSubCaptures()