Searched refs:DrawTreeForChild (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 4539 parent->DrawTreeForChild(window, this, 0); in DrawTree() 4565 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() function 4567 parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild() 4729 m_parent->DrawTreeForChild(window, this, 0); in Draw() 4781 void DrawTreeForChild(Window &window, TreeItem *child, in DrawTreeForChild() function in TreeItem 4784 m_parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild()
|