Lines Matching refs:LSI
2129 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local
2130 FunctionScopes.push_back(LSI); in PushLambdaScope()
2131 return LSI; in PushLambdaScope()
2135 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local
2136 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
2326 if (auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope)) { in getEnclosingLambda() local
2327 if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext)) { in getEnclosingLambda()
2334 return LSI; in getEnclosingLambda()
2366 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
2367 return (LSI->TemplateParams.size() || in getCurGenericLambda()
2368 LSI->GLTemplateParameterList) ? LSI : nullptr; in getCurGenericLambda()