reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10254 if (!NewTSI) 10257 if (NewTSI->getType()->isUndeducedType()) { 10263 NewTSI = SubstAutoTypeSourceInfo(NewTSI, Context.DependentTy); 10263 NewTSI = SubstAutoTypeSourceInfo(NewTSI, Context.DependentTy); 10266 if (NewTSI != NTTP->getTypeSourceInfo()) { 10267 NTTP->setTypeSourceInfo(NewTSI); 10268 NTTP->setType(NewTSI->getType());