Searched refs:ToUnderlyingType (Results 1 – 1 of 1) sorted by relevance
1708 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitTypeOfType() local1709 if (ToUnderlyingType.isNull()) in VisitTypeOfType()1712 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()1730 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitUnaryTransformType() local1731 if (ToBaseType.isNull() || ToUnderlyingType.isNull()) in VisitUnaryTransformType()1735 ToUnderlyingType, in VisitUnaryTransformType()