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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3412 bool TypeOfExprType::isSugared() const { function in class:TypeOfExprType
3440 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } function in class:DecltypeType
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2532 bool isSugared() const { return false; } function in class:clang::BuiltinType
2593 bool isSugared() const { return false; } function in class:clang::ComplexType
2619 bool isSugared() const { return true; } function in class:clang::ParenType
2646 bool isSugared() const { return false; } function in class:clang::PointerType
2679 bool isSugared() const { return true; } function in class:clang::AdjustedType
2728 bool isSugared() const { return false; } function in class:clang::BlockPointerType
2798 bool isSugared() const { return false; } function in class:clang::LValueReferenceType
2814 bool isSugared() const { return false; } function in class:clang::RValueReferenceType
2858 bool isSugared() const { return false; } function in class:clang::MemberPointerType
2952 bool isSugared() cons function in class:clang::final
2993 bool isSugared() const { return false; } function in class:clang::IncompleteArrayType
3056 bool isSugared() const { return false; } function in class:clang::VariableArrayType
3113 bool isSugared() const { return false; } function in class:clang::DependentSizedArrayType
3158 bool isSugared() const { return false; } function in class:clang::DependentAddressSpaceType
3202 bool isSugared() const { return false; } function in class:clang::DependentSizedExtVectorType
3267 bool isSugared() const { return false; } function in class:clang::VectorType
3322 bool isSugared() const { return false; } function in class:clang::DependentVectorType
3402 bool isSugared() const { return false; } function in class:clang::ExtVectorType
3439 bool isSugared() const { return false; } function in class:clang::MatrixType
3531 bool isSugared() const { return false; } function in class:clang::final
3862 bool isSugared() const { return false; } function
[all...]

Completed in 135 milliseconds