Lines Matching refs:getCapturedStmt
82 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion); in OMPLexicalScope()
165 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()
273 CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt()); in OMPSimdLexicalScope()
1551 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in emitCommonOMPParallelDirective()
1727 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in EmitOMPParallelDirective()
1728 const Stmt *ParallelRegionBodyStmt = CS->getCapturedStmt(); in EmitOMPParallelDirective()
1766 CGF.EmitStmt(S.getCapturedStmt(OMPD_parallel)->getCapturedStmt()); in EmitOMPParallelDirective()
1899 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()
2045 const Stmt *SS = ICS->getCapturedStmt(); in EmitOMPInnerLoop()
3650 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()
3806 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitOMPSectionsDirective()
3922 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()
4239 const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion); in EmitOMPTaskBasedDirective()
4337 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()
4587 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task); in EmitOMPTargetTaskBasedDirective()
4723 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task); in EmitOMPTaskDirective()
4739 CGF.EmitStmt(CS->getCapturedStmt()); in EmitOMPTaskDirective()
4791 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()
5308 CGF.EmitStmt(CS->getCapturedStmt()); in EmitOMPOrderedDirective()
5905 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in emitCommonOMPTargetDirective()
5986 CGF.EmitStmt(S.getCapturedStmt(OMPD_target)->getCapturedStmt()); in emitTargetRegion()
6015 const CapturedStmt *CS = S.getCapturedStmt(OMPD_teams); in emitCommonOMPTeamsDirective()
6046 CGF.EmitStmt(S.getCapturedStmt(OMPD_teams)->getCapturedStmt()); in EmitOMPTeamsDirective()
6056 auto *CS = S.getCapturedStmt(OMPD_teams); in emitTargetTeamsRegion()
6068 CGF.EmitStmt(CS->getCapturedStmt()); in emitTargetTeamsRegion()
6577 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()
6693 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in emitTargetParallelRegion()
6705 CGF.EmitStmt(CS->getCapturedStmt()); in emitTargetParallelRegion()
6827 const CapturedStmt *CS = S.getCapturedStmt(OMPD_taskloop); in EmitOMPTaskLoopBasedDirective()
7144 CGF.EmitStmt(D.getInnermostCapturedStmt()->getCapturedStmt()); in EmitSimpleOMPExecutableDirective()