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

/external/clang/lib/AST/
H A DType.cpp216 if (!ty->isSugared()) return QualType(ty, 0); \
235 if (!Ty->isSugared()) \
264 if (!ty->isSugared()) goto done; \
304 if (!Ty->isSugared()) return 0; \
325 if (!Ty->isSugared()) return Cur; \
1716 bool TypeOfExprType::isSugared() const { function in class:TypeOfExprType
1721 if (isSugared())
1744 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } function in class:DecltypeType
1747 if (isSugared())
/external/clang/include/clang/AST/
H A DType.h1793 bool isSugared() const { return false; } function in class:clang::BuiltinType
1858 bool isSugared() const { return false; } function in class:clang::ComplexType
1890 bool isSugared() const { return true; } function in class:clang::ParenType
1922 bool isSugared() const { return false; } function in class:clang::PointerType
1956 bool isSugared() const { return false; } function in class:clang::BlockPointerType
2029 bool isSugared() const { return false; } function in class:clang::LValueReferenceType
2046 bool isSugared() const { return false; } function in class:clang::RValueReferenceType
2092 bool isSugared() const { return false; } function in class:clang::MemberPointerType
2186 bool isSugared() const { return false; } function in class:clang::ConstantArrayType
2229 bool isSugared() cons function in class:clang::IncompleteArrayType
2292 bool isSugared() const { return false; } function in class:clang::VariableArrayType
2349 bool isSugared() const { return false; } function in class:clang::DependentSizedArrayType
2395 bool isSugared() const { return false; } function in class:clang::DependentSizedExtVectorType
2444 bool isSugared() const { return false; } function in class:clang::VectorType
2527 bool isSugared() const { return false; } function in class:clang::ExtVectorType
2713 bool isSugared() const { return false; } function
3042 bool isSugared() const { return true; } function
3110 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3177 bool isSugared() const { return !isDependentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3234 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3253 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3328 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3400 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3454 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3510 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3544 bool isSugared() const { return isDeduced(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3711 bool isSugared() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3787 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
3924 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
3987 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4057 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4140 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4329 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4473 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4504 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
[all...]

Completed in 104 milliseconds