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.cpp18725 unsigned FSIndex = FunctionScopes.size() - 1; in tryCaptureVariable() local
18726 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()
18728 --FSIndex; in tryCaptureVariable()