HomeSort by: relevance | last modified time | path
    Searched defs:desugar (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 398 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); local
399 return Context.getQualifiedType(desugar, split.Quals);
429 return ty->desugar(); \
449 Cur = Ty->desugar(); \
469 // Do a single-step desugar, aborting the loop if the type isn't
477 next = ty->desugar(); \
516 Cur = Ty->desugar().getTypePtr(); \
549 Cur = Ty->desugar().getTypePtr(); \
871 QualType desugaredType = recurse(T->desugar()); \
874 if (desugaredType.getAsOpaquePtr() == T->desugar().getAsOpaquePtr())
3387 QualType TypedefType::desugar() const { function in class:TypedefType
3391 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); } function in class:MacroQualifiedType
3416 QualType TypeOfExprType::desugar() const { function in class:TypeOfExprType
3442 QualType DecltypeType::desugar() const { function in class:DecltypeType
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 922 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2533 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2594 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2620 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2647 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2680 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2729 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2799 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2815 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2859 QualType desugar() const { return QualType(this, 0); function in class:clang::MemberPointerType
2953 QualType desugar() const { return QualType(this, 0); } function in class:clang::final
2994 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
3057 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
3114 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
3159 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentAddressSpaceType
3203 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
3268 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
3323 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentVectorType
3403 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3440 QualType desugar() const { return QualType(this, 0); } function in class:clang::MatrixType
3532 QualType desugar() const { return QualType(this, 0); } function in class:clang::final
3863 QualType desugar() const { return QualType(this, 0); } function
    [all...]

Completed in 18 milliseconds