Lines Matching refs:LSI
70 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FSI)) { in getTemplateDepth() local
71 if (!LSI->TemplateParams.empty()) { in getTemplateDepth()
72 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
75 if (LSI->GLTemplateParameterList) { in getTemplateDepth()
76 ParamsAtDepth(LSI->GLTemplateParameterList->getDepth()); in getTemplateDepth()
1056 if (auto *LSI = getEnclosingLambda()) in ActOnTypeParameter() local
1057 LSI->LocalPacks.push_back(Param); in ActOnTypeParameter()
1569 if (auto *LSI = getEnclosingLambda()) in ActOnNonTypeTemplateParameter() local
1570 LSI->LocalPacks.push_back(Param); in ActOnNonTypeTemplateParameter()
1637 if (auto *LSI = getEnclosingLambda()) in ActOnTemplateTemplateParameter() local
1638 LSI->LocalPacks.push_back(Param); in ActOnTemplateTemplateParameter()