Searched refs:DrawTreeForChild (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 4538 parent->DrawTreeForChild(window, this, 0); in DrawTree() 4564 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() function 4566 parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild() 4700 m_parent->DrawTreeForChild(window, this, 0); in Draw() 4752 void DrawTreeForChild(Window &window, TreeItem *child, in DrawTreeForChild() function in TreeItem 4755 m_parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild()
|