Lines Matching refs:CurScopeIndex
75 unsigned CurScopeIndex = FunctionScopes.size() - 1; in getStackIndexOfNearestEnclosingCaptureReadyLambda() local
76 while (CurScopeIndex > 0 && isa<clang::sema::CapturedRegionScopeInfo>( in getStackIndexOfNearestEnclosingCaptureReadyLambda()
77 FunctionScopes[CurScopeIndex])) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
78 --CurScopeIndex; in getStackIndexOfNearestEnclosingCaptureReadyLambda()
80 isa<clang::sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex]) && in getStackIndexOfNearestEnclosingCaptureReadyLambda()
89 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex])->CallOperator; in getStackIndexOfNearestEnclosingCaptureReadyLambda()
93 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex]); in getStackIndexOfNearestEnclosingCaptureReadyLambda()
129 assert(CurScopeIndex); in getStackIndexOfNearestEnclosingCaptureReadyLambda()
130 --CurScopeIndex; in getStackIndexOfNearestEnclosingCaptureReadyLambda()
135 assert(CurScopeIndex < (FunctionScopes.size() - 1)); in getStackIndexOfNearestEnclosingCaptureReadyLambda()
139 return CurScopeIndex + 1; in getStackIndexOfNearestEnclosingCaptureReadyLambda()