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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp398 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); local
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...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2533 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() cons 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 144 milliseconds