Lines Matching refs:getCapturedStmt
1277 const CapturedStmt *CS = D.getCapturedStmt(OMPD_parallel); in emitParallelOutlinedFunction()
1285 const CapturedStmt *CS = D.getCapturedStmt(OMPD_teams); in emitTeamsOutlinedFunction()
1316 const CapturedStmt *CS = D.getCapturedStmt(Region); in emitTaskOutlinedFunction()
3790 const CapturedStmt &CS = *D.getCapturedStmt(Kind); in emitPrivatesInit()
6446 const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target); in emitTargetOutlinedFunctionHelper()
6565 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in emitNumTeamsForTargetDirective()
6679 CGF.getContext(), CS->getCapturedStmt()); in getNumThreads()
6794 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective()
6824 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective()
6851 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective()
9409 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
9908 const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target); in emitTargetCall()
11971 const CapturedStmt *CS = S.getCapturedStmt(CaptureRegions.front()); in tryToDisableInnerAnalysis()
12364 const CapturedStmt *CS = D.getCapturedStmt(CaptureRegions.back()); in checkAndEmitSharedLastprivateConditional()