Searched refs:UnaryTransformType (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h594 struct CanProxyAdaptor<UnaryTransformType>
595 : public CanProxyBase<UnaryTransformType> {
598 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(UnaryTransformType::UTTKind, getUTTKind)
H A DRecursiveASTVisitor.h949 DEF_TRAVERSE_TYPE(UnaryTransformType, {
1178 DEF_TRAVERSE_TYPELOC(UnaryTransformType, {
H A DTypeLoc.h1586 UnaryTransformType,
H A DASTContext.h1142 UnaryTransformType::UTTKind UKind) const;
H A DType.h3254 class UnaryTransformType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3268 UnaryTransformType(QualType BaseTy, QualType UnderlyingTy, UTTKind UKind,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp776 void TypePrinter::printUnaryTransformBefore(const UnaryTransformType *T,
781 case UnaryTransformType::EnumUnderlyingType:
791 void TypePrinter::printUnaryTransformAfter(const UnaryTransformType *T,
796 case UnaryTransformType::EnumUnderlyingType:
H A DType.cpp1832 UnaryTransformType::UnaryTransformType(QualType BaseType, function in class:UnaryTransformType
H A DASTImporter.cpp65 QualType VisitUnaryTransformType(const UnaryTransformType *T);
631 cast<UnaryTransformType>(T1)->getUnderlyingType(),
632 cast<UnaryTransformType>(T1)->getUnderlyingType()))
1691 QualType ASTNodeImporter::VisitUnaryTransformType(const UnaryTransformType *T) {
H A DMicrosoftMangle.cpp1797 void MicrosoftCXXNameMangler::mangleType(const UnaryTransformType *T,
H A DItaniumMangle.cpp2415 void CXXNameMangler::mangleType(const UnaryTransformType *T) {
2422 case UnaryTransformType::EnumUnderlyingType:
H A DASTContext.cpp3653 UnaryTransformType::UTTKind Kind)
3655 UnaryTransformType *Ty =
3656 new (*this, TypeAlignment) UnaryTransformType (BaseType, UnderlyingType,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp987 UnaryTransformType::EnumUnderlyingType,
5469 UnaryTransformType::UTTKind UKind,
5472 case UnaryTransformType::EnumUnderlyingType:
5486 UnaryTransformType::EnumUnderlyingType);
H A DTreeTransform.h784 UnaryTransformType::UTTKind UKind,
4618 const UnaryTransformType *T = TL.getTypePtr();
9621 UnaryTransformType::UTTKind UKind,
H A DSemaTemplateDeduction.cpp4993 cast<UnaryTransformType>(T)->getUnderlyingType(),
H A DSemaTemplate.cpp3925 const UnaryTransformType*) {
3924 VisitUnaryTransformType( const UnaryTransformType*) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3189 AST_TYPE_MATCHER(UnaryTransformType, unaryTransformType);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1925 T = cast<UnaryTransformType>(T)->getUnderlyingType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4733 UnaryTransformType::UTTKind UKind = (UnaryTransformType::UTTKind)Record[2];
H A DASTWriter.cpp244 void ASTTypeWriter::VisitUnaryTransformType(const UnaryTransformType *T) {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1290 UnaryTransformType::UTTKind UKind,

Completed in 389 milliseconds