Lines Matching refs:LSI
2172 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local
2173 FunctionScopes.push_back(LSI); in PushLambdaScope()
2175 return LSI; in PushLambdaScope()
2179 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local
2180 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
2372 if (auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope)) { in getEnclosingLambda() local
2373 if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext) && in getEnclosingLambda()
2374 LSI->AfterParameterList) { in getEnclosingLambda()
2381 return LSI; in getEnclosingLambda()
2413 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
2414 return (LSI->TemplateParams.size() || in getCurGenericLambda()
2415 LSI->GLTemplateParameterList) ? LSI : nullptr; in getCurGenericLambda()