Searched refs:NewTSI (Results 1 – 2 of 2) sorted by relevance
11300 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local11304 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()11307 if (NewTSI->getType()->isUndeducedType()) { in RebuildTemplateParamsInCurrentInstantiation()11313 NewTSI = SubstAutoTypeSourceInfoDependent(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()11316 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()11317 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()11318 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()
3114 TypeSourceInfo *NewTSI = in InventTemplateParameter() local3117 return {NewT, NewTSI}; in InventTemplateParameter()