Searched refs:NewTSI (Results 1 – 2 of 2) sorted by relevance
10741 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local10745 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()10748 if (NewTSI->getType()->isUndeducedType()) { in RebuildTemplateParamsInCurrentInstantiation()10754 NewTSI = SubstAutoTypeSourceInfoDependent(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()10757 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()10758 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()10759 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()
3062 TypeSourceInfo *NewTSI = in InventTemplateParameter() local3065 return {NewT, NewTSI}; in InventTemplateParameter()