Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1287 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture() local
1315 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()
H A DSemaExpr.cpp19171 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local
19184 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()