Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td398 return ctx.getTypeOfType(underlyingType);
H A DASTContext.h1587 QualType getTypeOfType(QualType t) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1610 Result = Context.getTypeOfType(Result); in ConvertDeclSpecToType()
H A DTreeTransform.h14379 return SemaRef.Context.getTypeOfType(Underlying); in RebuildTypeOfType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5435 QualType ASTContext::getTypeOfType(QualType tofType) const { in getTypeOfType() function in ASTContext
H A DASTImporter.cpp1327 return Importer.getToContext().getTypeOfType(*ToUnderlyingTypeOrErr); in VisitTypeOfType()