Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h51 const KindAndDocument *KindAndDoc;
68 DocNode() : KindAndDoc(nullptr) {} in DocNode()
79 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty()
80 Type getKind() const { return KindAndDoc->Kind; } in getKind()
81 Document *getDocument() const { return KindAndDoc->Doc; } in getDocument()
161 if (Lhs.KindAndDoc != Rhs.KindAndDoc) {
219 DocNode(const KindAndDocument *KindAndDoc) : KindAndDoc(KindAndDoc) {} in DocNode() argument