Lines Matching defs:LSI
2200 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
2201 FunctionScopes.push_back(LSI);
2203 return LSI;
2207 if (LambdaScopeInfo *const LSI = getCurLambda()) {
2208 LSI->AutoTemplateParameterDepth = Depth;
2392 auto *LSI = dyn_cast<LambdaScopeInfo>(CSI);
2393 if (LSI && LSI->Lambda && !LSI->Lambda->Encloses(CurContext) &&
2394 LSI->AfterParameterList) {
2433 if (LambdaScopeInfo *LSI = getCurLambda()) {
2434 return (LSI->TemplateParams.size() ||
2435 LSI->GLTemplateParameterList) ? LSI : nullptr;