Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1269 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local1297 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) { in CheckCXXThisCapture()1310 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1320 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1332 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1352 isa<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1356 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
18725 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local18731 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()18747 MaxFunctionScopesIndex))) in tryCaptureVariable()18763 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()18776 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()18913 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()