Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1141 QualType getUnaryTransformType(QualType BaseType, QualType UnderlyingType,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp1697 return Importer.getToContext().getUnaryTransformType(ToBaseType, in VisitUnaryTransformType()
DASTContext.cpp3651 QualType ASTContext::getUnaryTransformType(QualType BaseType, in getUnaryTransformType() function in ASTContext
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp5485 return Context.getUnaryTransformType(BaseType, Underlying, in BuildUnaryTransformType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4734 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind); in readTypeRecord()