Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1083 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture() local1110 for (unsigned idx = MaxFunctionScopesIndex; idx != 0; idx--) { in CheckCXXThisCapture()1122 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1129 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1141 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1158 dyn_cast<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1164 for (unsigned idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()1174 ByCopy && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()
13563 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local13569 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()13598 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()13611 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()13715 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()