Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1302 QualType getTypeOfType(QualType t) const;
/external/clang/lib/Sema/
DSemaType.cpp1528 Result = Context.getTypeOfType(Result); in ConvertDeclSpecToType()
DTreeTransform.h11657 return SemaRef.Context.getTypeOfType(Underlying); in RebuildTypeOfType()
/external/clang/lib/AST/
DASTImporter.cpp1795 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()
DASTContext.cpp3960 QualType ASTContext::getTypeOfType(QualType tofType) const { in getTypeOfType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5434 return Context.getTypeOfType(UnderlyingType); in readTypeRecord()