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