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

  /external/clang/lib/AST/
Type.cpp 220 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); local
221 return Context.getQualifiedType(desugar, split.Quals);
231 return ty->desugar(); \
251 Cur = Ty->desugar(); \
271 // Do a single-step desugar, aborting the loop if the type isn't
279 next = ty->desugar(); \
318 Cur = Ty->desugar().getTypePtr(); \
351 Cur = Ty->desugar().getTypePtr(); \
528 // Single-step desugar until we run out of sugar.
    [all...]
  /external/clang/include/clang/AST/
Type.h 823 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2037 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2101 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2132 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2179 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2214 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2270 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2341 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2357 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2405 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2496 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2538 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2600 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2656 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2703 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2754 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2836 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3019 QualType desugar() const { return QualType(this, 0); } function
3439 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3508 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3562 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3580 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3668 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3789 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3842 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3897 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3940 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
4092 QualType desugar() const { return getCanonicalTypeInternal(); } function
4165 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4294 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4359 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4429 QualType desugar() const { return QualType(this, 0); } function
4509 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4780 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4962 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5005 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5047 SplitQualType desugar = local
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 49 milliseconds