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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp220 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2038 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2102 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2133 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2180 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2215 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2271 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2342 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2358 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2406 QualType desugar() cons function in class:clang::MemberPointerType
2497 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2539 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2601 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2657 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2704 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2755 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2837 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3020 QualType desugar() const { return QualType(this, 0); } function
3440 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3509 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3563 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3581 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3669 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3790 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3843 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3898 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3941 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
4093 QualType desugar() const { return getCanonicalTypeInternal(); } function
4166 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4295 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4360 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4430 QualType desugar() const { return QualType(this, 0); } function
4510 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4781 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4963 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5006 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5037 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5083 SplitQualType desugar = local
[all...]

Completed in 122 milliseconds