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