Lines Matching defs:LSI
2183 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
2184 FunctionScopes.push_back(LSI);
2186 return LSI;
2190 if (LambdaScopeInfo *const LSI = getCurLambda()) {
2191 LSI->AutoTemplateParameterDepth = Depth;
2374 if (auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope)) {
2375 if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext) &&
2376 LSI->AfterParameterList) {
2383 return LSI;
2415 if (LambdaScopeInfo *LSI = getCurLambda()) {
2416 return (LSI->TemplateParams.size() ||
2417 LSI->GLTemplateParameterList) ? LSI : nullptr;