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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3348 bool TypeOfExprType::isSugared() const { function in class:TypeOfExprType
3376 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } function in class:DecltypeType
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2543 bool isSugared() const { return false; } function in class:clang::BuiltinType
2604 bool isSugared() const { return false; } function in class:clang::ComplexType
2630 bool isSugared() const { return true; } function in class:clang::ParenType
2657 bool isSugared() const { return false; } function in class:clang::PointerType
2690 bool isSugared() const { return true; } function in class:clang::AdjustedType
2739 bool isSugared() const { return false; } function in class:clang::BlockPointerType
2809 bool isSugared() const { return false; } function in class:clang::LValueReferenceType
2825 bool isSugared() const { return false; } function in class:clang::RValueReferenceType
2869 bool isSugared() const { return false; } function in class:clang::MemberPointerType
2963 bool isSugared() cons function in class:clang::final
3004 bool isSugared() const { return false; } function in class:clang::IncompleteArrayType
3067 bool isSugared() const { return false; } function in class:clang::VariableArrayType
3124 bool isSugared() const { return false; } function in class:clang::DependentSizedArrayType
3169 bool isSugared() const { return false; } function in class:clang::DependentAddressSpaceType
3213 bool isSugared() const { return false; } function in class:clang::DependentSizedExtVectorType
3272 bool isSugared() const { return false; } function in class:clang::VectorType
3327 bool isSugared() const { return false; } function in class:clang::DependentVectorType
3407 bool isSugared() const { return false; } function in class:clang::ExtVectorType
3444 bool isSugared() const { return false; } function in class:clang::MatrixType
3530 bool isSugared() const { return false; } function in class:clang::final
3861 bool isSugared() const { return false; } function
[all...]

Completed in 179 milliseconds