Lines Matching refs:getCapturedStmt
1289 const CapturedStmt *CS = D.getCapturedStmt(OMPD_parallel); in emitParallelOutlinedFunction()
1297 const CapturedStmt *CS = D.getCapturedStmt(OMPD_teams); in emitTeamsOutlinedFunction()
1328 const CapturedStmt *CS = D.getCapturedStmt(Region); in emitTaskOutlinedFunction()
3835 const CapturedStmt &CS = *D.getCapturedStmt(Kind); in emitPrivatesInit()
6494 const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target); in emitTargetOutlinedFunctionHelper()
6612 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in emitNumTeamsForTargetDirective()
6727 CGF.getContext(), CS->getCapturedStmt()); in getNumThreads()
6842 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective()
6872 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective()
6899 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective()
9547 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
10050 const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target); in emitTargetCall()
12142 const CapturedStmt *CS = S.getCapturedStmt(CaptureRegions.front()); in tryToDisableInnerAnalysis()
12535 const CapturedStmt *CS = D.getCapturedStmt(CaptureRegions.back()); in checkAndEmitSharedLastprivateConditional()