Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance
1305 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local1333 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) { in CheckCXXThisCapture()1347 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1357 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()1370 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1390 isa<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) && in CheckCXXThisCapture()1394 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
18720 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local18726 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()18737 MaxFunctionScopesIndex))) in tryCaptureVariable()18755 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()18775 FunctionScopesIndex == MaxFunctionScopesIndex && VarDC == DC) in tryCaptureVariable()18790 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()18944 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()