Searched refs:DrawTreeForChild (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 1550 parent->DrawTreeForChild(window, this, 0); in DrawTree() 1575 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() function 1577 parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild() 1701 m_parent->DrawTreeForChild(window, this, 0); in Draw() 1753 void DrawTreeForChild(Window &window, TreeItem *child, in DrawTreeForChild() function in TreeItem 1756 m_parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild()
|