Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp13049 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
13063 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
13069 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
13233 FunctionScopesIndex--; in tryCaptureVariable()
13269 FunctionScopesIndex--; in tryCaptureVariable()
13279 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()