Home
last modified time | relevance | path

Searched refs:DrawTreeForChild (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3328 parent->DrawTreeForChild(window, this, 0); in DrawTree()
3353 void DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) { in DrawTreeForChild() function
3355 parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild()
3487 m_parent->DrawTreeForChild(window, this, 0); in Draw()
3539 void DrawTreeForChild(Window &window, TreeItem *child, in DrawTreeForChild() function in TreeItem
3542 m_parent->DrawTreeForChild(window, this, reverse_depth + 1); in DrawTreeForChild()