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.h50 const KindAndDocument *KindAndDoc;
67 DocNode() : KindAndDoc(nullptr) {} in DocNode()
78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty()
79 Type getKind() const { return KindAndDoc->Kind; } in getKind()
80 Document *getDocument() const { return KindAndDoc->Doc; } in getDocument()
160 if (Lhs.KindAndDoc != Rhs.KindAndDoc) {
218 DocNode(const KindAndDocument *KindAndDoc) : KindAndDoc(KindAndDoc) {} in DocNode() argument