Searched defs:desugar (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp219 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); local
220 return Context.getQualifiedType(desugar, split.Quals);
230 return ty->desugar(); \
250 Cur = Ty->desugar(); \
270 // Do a single-step desugar, aborting the loop if the type isn't
278 next = ty->desugar(); \
317 Cur = Ty->desugar().getTypePtr(); \
350 Cur = Ty->desugar().getTypePtr(); \
1804 QualType TypedefType::desugar() const { function in class:TypedefType
1820 QualType TypeOfExprType::desugar() cons function in class:TypeOfExprType
1846 QualType DecltypeType::desugar() const { function in class:DecltypeType
[all...]
/external/clang/include/clang/AST/
H A DType.h800 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
1888 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
1952 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
1983 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2030 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2065 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2121 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2192 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2208 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2254 QualType desugar() cons function in class:clang::MemberPointerType
2346 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2388 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2450 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2506 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2551 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2602 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2684 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
2867 QualType desugar() const { return QualType(this, 0); } function
3285 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3354 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3409 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3427 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3510 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3585 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3638 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3693 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3732 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3886 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3959 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4091 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4157 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4226 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4306 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4493 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4638 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4668 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
4710 SplitQualType desugar = local
[all...]

Completed in 116 milliseconds