Lines Matching refs:CurScopeIndex
71 unsigned CurScopeIndex = FunctionScopes.size() - 1; in getStackIndexOfNearestEnclosingCaptureReadyLambda() local
72 while (CurScopeIndex > 0 && isa<clang::sema::CapturedRegionScopeInfo>( in getStackIndexOfNearestEnclosingCaptureReadyLambda()
73 FunctionScopes[CurScopeIndex])) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
74 --CurScopeIndex; in getStackIndexOfNearestEnclosingCaptureReadyLambda()
76 isa<clang::sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex]) && in getStackIndexOfNearestEnclosingCaptureReadyLambda()
85 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex])->CallOperator; in getStackIndexOfNearestEnclosingCaptureReadyLambda()
89 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex]); in getStackIndexOfNearestEnclosingCaptureReadyLambda()
125 assert(CurScopeIndex); in getStackIndexOfNearestEnclosingCaptureReadyLambda()
126 --CurScopeIndex; in getStackIndexOfNearestEnclosingCaptureReadyLambda()
131 assert(CurScopeIndex < (FunctionScopes.size() - 1)); in getStackIndexOfNearestEnclosingCaptureReadyLambda()
135 return CurScopeIndex + 1; in getStackIndexOfNearestEnclosingCaptureReadyLambda()