| Type.h | 922 /// desugar until we hit the type \c Integer, which has no qualifiers on it. 2533 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType 2594 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType 2620 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType 2647 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType 2680 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType 2729 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType 2799 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType 2815 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType 2859 QualType desugar() const { return QualType(this, 0); function in class:clang::MemberPointerType 2953 QualType desugar() const { return QualType(this, 0); } function in class:clang::final 2994 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType 3057 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType 3114 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType 3159 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentAddressSpaceType 3203 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType 3268 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType 3323 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentVectorType 3403 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType 3440 QualType desugar() const { return QualType(this, 0); } function in class:clang::MatrixType 3532 QualType desugar() const { return QualType(this, 0); } function in class:clang::final 3863 QualType desugar() const { return QualType(this, 0); } function [all...] |