Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1308 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local1336 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) { in CheckCXXThisCapture()1350 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1360 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1373 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1393 isa<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1397 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
19734 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local19740 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()19751 MaxFunctionScopesIndex))) in tryCaptureVariable()19769 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()19789 FunctionScopesIndex == MaxFunctionScopesIndex && VarDC == DC) in tryCaptureVariable()19804 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()19948 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()