HomeSort by relevance Sort by last modified time
    Searched defs:desugar (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Type.cpp 214 return Context.getQualifiedType(Ty->desugar(), Qs); \
236 Cur = Ty->desugar(); \
256 // Do a single-step desugar, aborting the loop if the type isn't
264 next = ty->desugar(); \
303 Cur = Ty->desugar().getTypePtr(); \
1694 QualType TypedefType::desugar() const { function in class:TypedefType
1710 QualType TypeOfExprType::desugar() const { function in class:TypeOfExprType
1733 QualType DecltypeType::desugar() const { function in class:DecltypeType
    [all...]
  /external/clang/include/clang/AST/
Type.h 705 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
1698 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
1750 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
1782 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
1814 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
1848 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
1921 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
1938 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
1984 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2078 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2121 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2184 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2241 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2287 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2336 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2419 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
2604 QualType desugar() const { return QualType(this, 0); } function
2948 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3023 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3080 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3102 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3180 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3252 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3306 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3362 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3396 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3529 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3603 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
3732 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
3799 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
3869 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
3952 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4137 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4279 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4310 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
    [all...]

Completed in 40 milliseconds