Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1664 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitTypeOfType() local
1665 if (ToUnderlyingType.isNull()) in VisitTypeOfType()
1668 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()
1686 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitUnaryTransformType() local
1687 if (ToBaseType.isNull() || ToUnderlyingType.isNull()) in VisitUnaryTransformType()
1691 ToUnderlyingType, in VisitUnaryTransformType()