Home
last modified time | relevance | path

Searched refs:ToUnderlyingType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp1708 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitTypeOfType() local
1709 if (ToUnderlyingType.isNull()) in VisitTypeOfType()
1712 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()
1730 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitUnaryTransformType() local
1731 if (ToBaseType.isNull() || ToUnderlyingType.isNull()) in VisitUnaryTransformType()
1735 ToUnderlyingType, in VisitUnaryTransformType()