Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1155 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local1183 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) { in CheckCXXThisCapture()1196 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1203 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1215 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1232 dyn_cast<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1236 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
16167 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local16173 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()16189 MaxFunctionScopesIndex))) in tryCaptureVariable()16205 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()16218 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()16340 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()