Searched refs:ToUnderlyingType (Results 1 – 1 of 1) sorted by relevance
1665 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitTypeOfType() local1666 if (ToUnderlyingType.isNull()) in VisitTypeOfType()1669 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()1687 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitUnaryTransformType() local1688 if (ToBaseType.isNull() || ToUnderlyingType.isNull()) in VisitUnaryTransformType()1692 ToUnderlyingType, in VisitUnaryTransformType()