LLVM: StackLevel Struct Reference (original) (raw)
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| DocNode | Node |
| size_t | Index |
| size_t | End |
| DocNode * | MapEntry |
| DocNode | MapKey |
Detailed Description
Definition at line 113 of file MsgPackDocument.cpp.
Constructor & Destructor Documentation
| StackLevel::StackLevel ( DocNode Node, size_t StartIndex, size_t Length, DocNode * MapEntry = nullptr ) | inline |
|---|
Definition at line 114 of file MsgPackDocument.cpp.
References End, Index, llvm::Length, MapEntry, and Node.
Member Data Documentation
◆ End
size_t StackLevel::End
Definition at line 120 of file MsgPackDocument.cpp.
Referenced by StackLevel().
◆ Index
size_t StackLevel::Index
Definition at line 119 of file MsgPackDocument.cpp.
Referenced by StackLevel().
◆ MapEntry
DocNode* StackLevel::MapEntry
Definition at line 122 of file MsgPackDocument.cpp.
Referenced by StackLevel().
◆ MapKey
DocNode StackLevel::MapKey
Definition at line 123 of file MsgPackDocument.cpp.
◆ Node
DocNode StackLevel::Node
Definition at line 118 of file MsgPackDocument.cpp.
Referenced by StackLevel().
The documentation for this struct was generated from the following file:
- lib/BinaryFormat/MsgPackDocument.cpp