Searched refs:isSugared (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1860 bool isSugared() const { return false; } function in class:clang::BuiltinType
1924 bool isSugared() const { return false; } function in class:clang::ComplexType
1955 bool isSugared() const { return true; } function in class:clang::ParenType
1986 bool isSugared() const { return false; } function in class:clang::PointerType
2024 bool isSugared() const { return true; } function in class:clang::DecayedType
2057 bool isSugared() const { return false; } function in class:clang::BlockPointerType
2128 bool isSugared() const { return false; } function in class:clang::LValueReferenceType
2144 bool isSugared() const { return false; } function in class:clang::RValueReferenceType
2189 bool isSugared() const { return false; } function in class:clang::MemberPointerType
2281 bool isSugared() cons function in class:clang::ConstantArrayType
2323 bool isSugared() const { return false; } function in class:clang::IncompleteArrayType
2385 bool isSugared() const { return false; } function in class:clang::VariableArrayType
2441 bool isSugared() const { return false; } function in class:clang::DependentSizedArrayType
2486 bool isSugared() const { return false; } function in class:clang::DependentSizedExtVectorType
2537 bool isSugared() const { return false; } function in class:clang::VectorType
2619 bool isSugared() const { return false; } function in class:clang::ExtVectorType
2804 bool isSugared() const { return false; } function
3141 bool isSugared() const { return true; } function
3207 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3272 bool isSugared() const { return !isDependentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3327 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3345 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3428 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3503 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3556 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3611 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3650 bool isSugared() const { return !isCanonicalUnqualified(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3802 bool isSugared() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3877 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4013 bool isSugared() const { return true; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4075 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4144 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4224 bool isSugared() const { return !Pattern->isDependentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4409 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4552 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4582 bool isSugared() const { return false; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
[all...]
/freebsd-10.1-release/contrib/llvm/tools/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; \
357 if (!Ty->isSugared()) return Cur; \
1769 bool TypeOfExprType::isSugared() const { function in class:TypeOfExprType
1774 if (isSugared())
1797 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } function in class:DecltypeType
1800 if (isSugared())
H A DASTDiagnostic.cpp56 if (!AT->isSugared())
87 if (CTy->isSugared()) { \

Completed in 131 milliseconds