Searched refs:getAssociatedStmt (Results 1 – 8 of 8) sorted by relevance
515 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function516 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()518 Stmt *getAssociatedStmt() { in getAssociatedStmt() function521 return Data->getAssociatedStmt(); in getAssociatedStmt()
8514 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function8515 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()8517 Stmt *getAssociatedStmt() { in getAssociatedStmt() function8543 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()8558 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()8578 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()8586 return getAssociatedStmt(); in getRawStmt()
253 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()3874 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()3895 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()3956 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()3998 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()4035 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()4071 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()5888 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()7087 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()7152 EmitStmt(D.getAssociatedStmt()); in EmitSimpleOMPExecutableDirective()
371 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
10478 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
8437 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()8448 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
3427 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()3435 Visit(S->getAssociatedStmt()); in VisitSubCaptures()
6715 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()