Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp11857 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
11867 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
11922 FunctionScopesIndex--; in tryCaptureVariable()
11932 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()