Lines Matching refs:LSI
74 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FSI)) { in getTemplateDepth() local
75 if (!LSI->TemplateParams.empty()) { in getTemplateDepth()
76 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
79 if (LSI->GLTemplateParameterList) { in getTemplateDepth()
80 ParamsAtDepth(LSI->GLTemplateParameterList->getDepth()); in getTemplateDepth()
1013 if (auto *LSI = getEnclosingLambda()) in ActOnTypeParameter() local
1014 LSI->LocalPacks.push_back(Param); in ActOnTypeParameter()
1540 if (auto *LSI = getEnclosingLambda()) in ActOnNonTypeTemplateParameter() local
1541 LSI->LocalPacks.push_back(Param); in ActOnNonTypeTemplateParameter()
1591 if (auto *LSI = getEnclosingLambda()) in ActOnTemplateTemplateParameter() local
1592 LSI->LocalPacks.push_back(Param); in ActOnTemplateTemplateParameter()