Home
last modified time | relevance | path

Searched refs:MaxFunctionScopesIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1308 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local
1336 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()
H A DSemaExpr.cpp19734 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local
19740 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()