Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp824 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture() local
828 for (unsigned idx = MaxFunctionScopesIndex; idx != 0; idx--) { in CheckCXXThisCapture()
863 for (unsigned idx = MaxFunctionScopesIndex; NumClosures; in CheckCXXThisCapture()
H A DSemaExpr.cpp12271 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable() local
12277 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()
12305 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable()
12318 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
12511 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()