LLVM 19.0.0git
Public Attributes | List of all members
llvm::msgpack::KindAndDocument Struct Reference

The kind of a DocNode and its owning Document. More...

#include "llvm/BinaryFormat/MsgPackDocument.h"

Public Attributes

DocumentDoc
 
Type Kind
 

Detailed Description

The kind of a DocNode and its owning Document.

Definition at line 31 of file MsgPackDocument.h.

Member Data Documentation

◆ Doc

Document* llvm::msgpack::KindAndDocument::Doc

Definition at line 32 of file MsgPackDocument.h.

Referenced by llvm::msgpack::DocNode::getDocument().

◆ Kind

Type llvm::msgpack::KindAndDocument::Kind

Definition at line 33 of file MsgPackDocument.h.

Referenced by llvm::msgpack::DocNode::getKind().


The documentation for this struct was generated from the following file: