Lines Matching refs:LSI
2092 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
2093 FunctionScopes.push_back(LSI);
2094 return LSI;
2098 if (LambdaScopeInfo *const LSI = getCurLambda()) {
2099 LSI->AutoTemplateParameterDepth = Depth;
2289 if (auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope)) {
2290 if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext)) {
2297 return LSI;
2329 if (LambdaScopeInfo *LSI = getCurLambda()) {
2330 return (LSI->TemplateParams.size() ||
2331 LSI->GLTemplateParameterList) ? LSI : nullptr;