Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp13598 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
13611 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
13617 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
13669 FunctionScopesIndex--; in tryCaptureVariable()
13705 FunctionScopesIndex--; in tryCaptureVariable()
13715 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()