Home
last modified time | relevance | path

Searched refs:getUnaryTransformType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1518 QualType getUnaryTransformType(QualType BaseType, QualType UnderlyingType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp8185 return Context.getUnaryTransformType(BaseType, Underlying, in BuildUnaryTransformType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4820 QualType ASTContext::getUnaryTransformType(QualType BaseType, in getUnaryTransformType() function in ASTContext
H A DASTImporter.cpp1293 return Importer.getToContext().getUnaryTransformType( in VisitUnaryTransformType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6117 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind); in readTypeRecord()