Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td398 return ctx.getTypeOfType(underlyingType);
H A DASTContext.h1632 QualType getTypeOfType(QualType t) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1613 Result = Context.getTypeOfType(Result); in ConvertDeclSpecToType()
H A DTreeTransform.h14448 return SemaRef.Context.getTypeOfType(Underlying); in RebuildTypeOfType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5450 QualType ASTContext::getTypeOfType(QualType tofType) const { in getTypeOfType() function in ASTContext
H A DASTImporter.cpp1345 return Importer.getToContext().getTypeOfType(*ToUnderlyingTypeOrErr); in VisitTypeOfType()