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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp227 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); local
1757 QualType TypedefType::desugar() const { function in class:TypedefType
1773 QualType TypeOfExprType::desugar() cons function in class:TypeOfExprType
1799 QualType DecltypeType::desugar() const { function in class:DecltypeType
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1861 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
1925 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
1956 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
1987 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2025 QualType desugar() const { return DecayedPointer; } function in class:clang::DecayedType
2058 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2129 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2145 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2190 QualType desugar() cons function in class:clang::MemberPointerType
2282 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2324 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2386 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2442 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2487 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2538 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2620 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
2805 QualType desugar() const { return QualType(this, 0); } function
3204 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3273 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3328 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3346 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3429 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3504 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3557 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3612 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3651 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3805 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3878 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4010 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4076 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4145 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4225 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4410 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4553 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4583 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
4625 SplitQualType desugar = local
[all...]

Completed in 175 milliseconds