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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 24 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) {
32 QT = ET->desugar();
37 QT = PT->desugar();
43 QT = ST->desugar();
48 QT = AT->desugar();
55 QT = AT->desugar();
59 // Don't desugar template specializations, unless it's an alias template.
65 // Don't desugar magic Objective-C types.
72 // Don't desugar va_list.
76 // Otherwise, do a single-step desugar
    [all...]
Type.cpp 194 return Context.getQualifiedType(Ty->desugar(), Qs); \
216 Cur = Ty->desugar(); \
236 // Do a single-step desugar, aborting the loop if the type isn't
244 next = ty->desugar(); \
283 Cur = Ty->desugar().getTypePtr(); \
1654 QualType TypedefType::desugar() const { function in class:TypedefType
1670 QualType TypeOfExprType::desugar() const { function in class:TypeOfExprType
1693 QualType DecltypeType::desugar() const { function in class:DecltypeType
    [all...]
TypePrinter.cpp 101 TC = AT->desugar()->getTypeClass();
    [all...]
  /external/clang/include/clang/AST/
Type.h 701 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
1756 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
1803 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
1835 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
1867 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
1901 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
1974 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
1991 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2037 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2131 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2237 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2294 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2340 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2389 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2472 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
2657 QualType desugar() const { return QualType(this, 0); } function
3001 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3076 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3133 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3155 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3233 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3305 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3359 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3415 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3449 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3582 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
3785 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
3852 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
3922 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4005 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4190 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4332 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 91 return TypeHasMayAlias(TTy->desugar());
CGDebugInfo.cpp     [all...]

Completed in 188 milliseconds