Lines Matching refs:LSI
69 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FSI)) { in getTemplateDepth() local
70 if (!LSI->TemplateParams.empty()) { in getTemplateDepth()
71 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
74 if (LSI->GLTemplateParameterList) { in getTemplateDepth()
75 ParamsAtDepth(LSI->GLTemplateParameterList->getDepth()); in getTemplateDepth()
1055 if (auto *LSI = getEnclosingLambda()) in ActOnTypeParameter() local
1056 LSI->LocalPacks.push_back(Param); in ActOnTypeParameter()
1568 if (auto *LSI = getEnclosingLambda()) in ActOnNonTypeTemplateParameter() local
1569 LSI->LocalPacks.push_back(Param); in ActOnNonTypeTemplateParameter()
1635 if (auto *LSI = getEnclosingLambda()) in ActOnTemplateTemplateParameter() local
1636 LSI->LocalPacks.push_back(Param); in ActOnTemplateTemplateParameter()