Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1287 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local1315 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) { in CheckCXXThisCapture()1329 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1339 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1352 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1372 isa<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1376 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
19171 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local19184 assert(MaxFunctionScopesIndex <= FSIndex && in tryCaptureVariable()19187 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()19198 MaxFunctionScopesIndex))) in tryCaptureVariable()19216 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()19236 FunctionScopesIndex == MaxFunctionScopesIndex && VarDC == DC) in tryCaptureVariable()19251 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()19405 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()