Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1665 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitTypeOfType() local
1666 if (ToUnderlyingType.isNull()) in VisitTypeOfType()
1669 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()
1687 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitUnaryTransformType() local
1688 if (ToBaseType.isNull() || ToUnderlyingType.isNull()) in VisitUnaryTransformType()
1692 ToUnderlyingType, in VisitUnaryTransformType()