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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3222 bool TypeOfExprType::isSugared() const { function in class:TypeOfExprType
3248 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } function in class:DecltypeType
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2505 bool isSugared() const { return false; } function in class:clang::BuiltinType
2569 bool isSugared() const { return false; } function in class:clang::ComplexType
2599 bool isSugared() const { return true; } function in class:clang::ParenType
2645 bool isSugared() const { return false; } function in class:clang::PointerType
2681 bool isSugared() const { return true; } function in class:clang::AdjustedType
2733 bool isSugared() const { return false; } function in class:clang::BlockPointerType
2806 bool isSugared() const { return false; } function in class:clang::LValueReferenceType
2822 bool isSugared() const { return false; } function in class:clang::RValueReferenceType
2870 bool isSugared() const { return false; } function in class:clang::MemberPointerType
2964 bool isSugared() cons function in class:clang::final
3005 bool isSugared() const { return false; } function in class:clang::IncompleteArrayType
3068 bool isSugared() const { return false; } function in class:clang::VariableArrayType
3125 bool isSugared() const { return false; } function in class:clang::DependentSizedArrayType
3170 bool isSugared() const { return false; } function in class:clang::DependentAddressSpaceType
3214 bool isSugared() const { return false; } function in class:clang::DependentSizedExtVectorType
3277 bool isSugared() const { return false; } function in class:clang::VectorType
3332 bool isSugared() const { return false; } function in class:clang::DependentVectorType
3412 bool isSugared() const { return false; } function in class:clang::ExtVectorType
3729 bool isSugared() const { return false; } function
[all...]

Completed in 77 milliseconds