Searched refs:DrawTreeForChild (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 4540 parent->DrawTreeForChild(window, this, 0); in DrawTree() 4566 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() function 4568 parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild() 4702 m_parent->DrawTreeForChild(window, this, 0); in Draw() 4754 void DrawTreeForChild(Window &window, TreeItem *child, in DrawTreeForChild() function in TreeItem 4757 m_parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild()
|