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

  /external/clang/include/clang/AST/
Type.h 741 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
1794 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
1859 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
1891 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
1923 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
1957 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2030 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2047 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2093 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2187 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2230 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2293 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2350 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2396 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2445 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2528 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
2714 QualType desugar() const { return QualType(this, 0); } function
3107 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3178 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3235 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3254 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3329 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3401 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3455 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3511 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3545 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3714 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3788 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
3921 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
3988 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4058 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4141 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4330 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4474 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4505 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
4548 SplitQualType desugar = local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 71 return TypeHasMayAlias(TTy->desugar());
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 28 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) {
36 QT = ET->desugar();
41 QT = PT->desugar();
47 QT = ST->desugar();
52 QT = AT->desugar();
59 QT = AT->desugar();
63 // Don't desugar template specializations, unless it's an alias template.
69 // Don't desugar magic Objective-C types.
76 // Don't desugar va_list.
80 // Otherwise, do a single-step desugar
    [all...]
Type.cpp 206 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); local
207 return Context.getQualifiedType(desugar, split.Quals);
217 return ty->desugar(); \
237 Cur = Ty->desugar(); \
257 // Do a single-step desugar, aborting the loop if the type isn't
265 next = ty->desugar(); \
305 Cur = Ty->desugar().getTypePtr(); \
326 Cur = Ty->desugar().getTypePtr(); \
1704 QualType TypedefType::desugar() const { function in class:TypedefType
1720 QualType TypeOfExprType::desugar() const { function in class:TypeOfExprType
1746 QualType DecltypeType::desugar() const { function in class:DecltypeType
    [all...]
NSAPI.cpp 380 T = TDT->desugar();
TypePrinter.cpp 166 TC = AT->desugar()->getTypeClass();
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 732 milliseconds