Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19177 unsigned FSIndex = FunctionScopes.size() - 1; in tryCaptureVariable() local
19181 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FunctionScopes[FSIndex]); in tryCaptureVariable()
19182 FSIndex && LSI && !LSI->AfterParameterList) in tryCaptureVariable()
19183 --FSIndex; in tryCaptureVariable()
19184 assert(MaxFunctionScopesIndex <= FSIndex && in tryCaptureVariable()
19187 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()
19189 --FSIndex; in tryCaptureVariable()