Searched refs:ToUnderlyingType (Results 1 – 3 of 3) 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()
3915 ToUnderlyingType, enumerator3936 return FixedEnumPromotion::ToUnderlyingType; in getFixedEnumPromtion()3992 return FEP1 == FixedEnumPromotion::ToUnderlyingType in CompareStandardConversionSequences()
2470 auto ToUnderlyingType = importChecked(Err, D->getUnderlyingType()); in VisitTypedefNameDecl() local2478 (void)ToUnderlyingType; in VisitTypedefNameDecl()