|
LLVM 23.0.0git
|
Public Member Functions | |
| StackLevel (DocNode Node, size_t StartIndex, size_t Length, DocNode *MapEntry=nullptr) | |
Public Attributes | |
| DocNode | Node |
| size_t | Index |
| size_t | End |
| DocNode * | MapEntry |
| DocNode | MapKey |
Definition at line 204 of file MsgPackDocument.cpp.
|
inline |
Definition at line 205 of file MsgPackDocument.cpp.
References End, Index, llvm::Length, MapEntry, and Node.
| size_t StackLevel::End |
Definition at line 211 of file MsgPackDocument.cpp.
Referenced by StackLevel().
| size_t StackLevel::Index |
Definition at line 210 of file MsgPackDocument.cpp.
Referenced by StackLevel().
| DocNode* StackLevel::MapEntry |
Definition at line 213 of file MsgPackDocument.cpp.
Referenced by StackLevel().
| DocNode StackLevel::MapKey |
Definition at line 214 of file MsgPackDocument.cpp.
| DocNode StackLevel::Node |
Definition at line 209 of file MsgPackDocument.cpp.
Referenced by StackLevel().