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

/external/clang/lib/AST/
H A DType.cpp237 if (!ty->isSugared()) return QualType(ty, 0); \
256 if (!Ty->isSugared()) \
285 if (!ty->isSugared()) goto done; \
324 if (!Ty->isSugared()) return 0; \
353 if (!Ty->isSugared()) return Cur; \
1763 bool TypeOfExprType::isSugared() const { function in class:TypeOfExprType
1768 if (isSugared())
1791 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } function in class:DecltypeType
1794 if (isSugared())
/external/clang/include/clang/AST/
H A DType.h1856 bool isSugared() const { return false; } function in class:clang::BuiltinType
1920 bool isSugared() const { return false; } function in class:clang::ComplexType
1951 bool isSugared() const { return true; } function in class:clang::ParenType
1982 bool isSugared() const { return false; } function in class:clang::PointerType
2020 bool isSugared() const { return true; } function in class:clang::DecayedType
2053 bool isSugared() const { return false; } function in class:clang::BlockPointerType
2124 bool isSugared() const { return false; } function in class:clang::LValueReferenceType
2140 bool isSugared() const { return false; } function in class:clang::RValueReferenceType
2185 bool isSugared() const { return false; } function in class:clang::MemberPointerType
2277 bool isSugared() cons function in class:clang::ConstantArrayType
2319 bool isSugared() const { return false; } function in class:clang::IncompleteArrayType
2381 bool isSugared() const { return false; } function in class:clang::VariableArrayType
2437 bool isSugared() const { return false; } function in class:clang::DependentSizedArrayType
2482 bool isSugared() const { return false; } function in class:clang::DependentSizedExtVectorType
2533 bool isSugared() const { return false; } function in class:clang::VectorType
2615 bool isSugared() const { return false; } function in class:clang::ExtVectorType
2796 bool isSugared() const { return false; } function
3127 bool isSugared() const { return true; } function
3193 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3258 bool isSugared() const { return !isDependentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3313 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3331 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3412 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3487 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3540 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3595 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3631 bool isSugared() const { return !isCanonicalUnqualified(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3782 bool isSugared() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3857 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
3993 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4055 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4124 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4204 bool isSugared() const { return !Pattern->isDependentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4389 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4532 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4562 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
[all...]

Completed in 360 milliseconds