Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td415 return ctx.getTypeOfType(unmodifiedType, kind);
H A DASTContext.h1690 QualType getTypeOfType(QualType QT, TypeOfKind Kind) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5656 QualType ASTContext::getTypeOfType(QualType tofType, TypeOfKind Kind) const { in getTypeOfType() function in ASTContext
13005 return Ctx.getTypeOfType(Ctx.getQualifiedType(Underlying), Kind); in getCommonSugarTypeNode()
H A DASTImporter.cpp1379 return Importer.getToContext().getTypeOfType(*ToUnderlyingTypeOrErr, in VisitTypeOfType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1621 Result = Context.getTypeOfType( in ConvertDeclSpecToType()
H A DTreeTransform.h14931 return SemaRef.Context.getTypeOfType(Underlying, Kind); in RebuildTypeOfType()