Searched refs:FSIndex (Results 1 – 1 of 1) sorted by relevance
19177 unsigned FSIndex = FunctionScopes.size() - 1; in tryCaptureVariable() local19181 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FunctionScopes[FSIndex]); in tryCaptureVariable()19182 FSIndex && LSI && !LSI->AfterParameterList) in tryCaptureVariable()19183 --FSIndex; in tryCaptureVariable()19184 assert(MaxFunctionScopesIndex <= FSIndex && in tryCaptureVariable()19187 while (FSIndex != MaxFunctionScopesIndex) { in tryCaptureVariable()19189 --FSIndex; in tryCaptureVariable()