Searched refs:ToUnderlyingType (Results 1 – 1 of 1) sorted by relevance
1791 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitTypeOfType() local1792 if (ToUnderlyingType.isNull()) in VisitTypeOfType()1795 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()1813 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitUnaryTransformType() local1814 if (ToBaseType.isNull() || ToUnderlyingType.isNull()) in VisitUnaryTransformType()1818 ToUnderlyingType, in VisitUnaryTransformType()