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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h50 const KindAndDocument *KindAndDoc; member in class:llvm::msgpack::DocNode
67 DocNode() : KindAndDoc(nullptr) {}
78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; }
79 Type getKind() const { return KindAndDoc->Kind; }
80 Document *getDocument() const { return KindAndDoc->Doc; }
152 // such that KindAndDoc is not set.
155 if (Lhs.KindAndDoc != Rhs.KindAndDoc) {
211 // Private constructor setting KindAndDoc, used by methods in Document.
212 DocNode(const KindAndDocument *KindAndDoc) argument
[all...]

Completed in 94 milliseconds