Searched refs:FromDeduced (Results 1 – 1 of 1) sorted by relevance
1824 QualType FromDeduced = T->getDeducedType(); in VisitAutoType() local1826 if (!FromDeduced.isNull()) { in VisitAutoType()1827 ToDeduced = Importer.Import(FromDeduced); in VisitAutoType()