Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp42 unsigned CurScopeIndex = FunctionScopes.size() - 1; in GetScopeIndexOfNearestCaptureReadyLambda() local
45 RetIndex = CurScopeIndex; in GetScopeIndexOfNearestCaptureReadyLambda()
47 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex]); in GetScopeIndexOfNearestCaptureReadyLambda()
69 --CurScopeIndex; in GetScopeIndexOfNearestCaptureReadyLambda()