LLVM 22.0.0git
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 32 of file MsgPackDocument.h.

Member Data Documentation

◆ Doc

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

Definition at line 33 of file MsgPackDocument.h.

◆ Kind

Type llvm::msgpack::KindAndDocument::Kind

Definition at line 34 of file MsgPackDocument.h.


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