Type.h | 701 /// desugar until we hit the type \c Integer, which has no qualifiers on it. 1756 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType 1803 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType 1835 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType 1867 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType 1901 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType 1974 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType 1991 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType 2037 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType 2131 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType 2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType 2237 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType 2294 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType 2340 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType 2389 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType 2472 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType 2657 QualType desugar() const { return QualType(this, 0); } function 3001 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType 3076 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType 3133 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType 3155 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType 3233 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType 3305 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType 3359 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType 3415 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType 3449 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType 3582 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType 3656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType 3785 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType 3852 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType 3922 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType 4005 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType 4190 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType 4332 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType [all...] |