Searched refs:getAssociatedStmt (Results 1 – 8 of 8) sorted by relevance
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()[all …]
371 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
10671 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
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()
8622 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function8623 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()8625 Stmt *getAssociatedStmt() { in getAssociatedStmt() function8651 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()8666 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()8686 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()8694 return getAssociatedStmt(); in getRawStmt()
6722 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
8460 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()8471 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
3427 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()3435 Visit(S->getAssociatedStmt()); in VisitSubCaptures()