Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td452 return ctx.getTypeOfType(unmodifiedType, kind);
H A DASTContext.h1771 QualType getTypeOfType(QualType QT, TypeOfKind Kind) const;
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6053 QualType ASTContext::getTypeOfType(QualType tofType, TypeOfKind Kind) const { in getTypeOfType() function in ASTContext
13671 return Ctx.getTypeOfType(Ctx.getQualifiedType(Underlying), Kind); in getCommonSugarTypeNode()
H A DASTImporter.cpp1425 return Importer.getToContext().getTypeOfType(*ToUnderlyingTypeOrErr, in VisitTypeOfType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1237 Result = Context.getTypeOfType( in ConvertDeclSpecToType()
H A DTreeTransform.h16235 return SemaRef.Context.getTypeOfType(Underlying, Kind); in RebuildTypeOfType()