Home
last modified time | relevance | path

Searched refs:OIKind (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2842 enum OIKind : unsigned char { enum
2861 OIKind Kind; // Kind of operator
2867 constexpr OperatorInfo(const char (&E)[3], OIKind K, bool F, Node::Prec P, in OperatorInfo()
2896 OIKind getKind() const { return Kind; } in getKind()