Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1272 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local1300 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) { in CheckCXXThisCapture()1313 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1323 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1335 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1355 isa<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1359 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
19063 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local19069 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()19085 MaxFunctionScopesIndex))) in tryCaptureVariable()19103 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()19116 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()19253 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()