Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp13568 unsigned FSIndex = FunctionScopes.size() - 1; in tryCaptureVariable() local
13569 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()
13571 --FSIndex; in tryCaptureVariable()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp17407 unsigned FSIndex = FunctionScopes.size() - 1; in tryCaptureVariable() local
17408 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()
17410 --FSIndex; in tryCaptureVariable()