Searched refs:NewTSI (Results 1 – 3 of 3) sorted by relevance
10878 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local10882 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()10885 if (NewTSI->getType()->isUndeducedType()) { in RebuildTemplateParamsInCurrentInstantiation()10891 NewTSI = SubstAutoTypeSourceInfo(NewTSI, Context.DependentTy); in RebuildTemplateParamsInCurrentInstantiation()10894 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()10895 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()10896 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()
3241 TypeSourceInfo *NewTSI = in InventTemplateParameter() local3244 return {NewT, NewTSI}; in InventTemplateParameter()
8518 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local8522 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()8525 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()8526 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()8527 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()