Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1176 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local1204 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) { in CheckCXXThisCapture()1217 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1224 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1236 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1253 dyn_cast<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1259 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()1269 ByCopy && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()
15291 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local15297 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()15327 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()15340 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()15448 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()