Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4855 m_root(nullptr, *delegate_sp, true) {} in TreeWindowDelegate()
4875 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()
4876 m_delegate_sp->TreeDelegateUpdateSelection(m_root, m_selected_row_idx, in WindowDelegateDraw()
4893 m_root.Draw(window, m_first_visible_row, m_selected_row_idx, row_idx, in WindowDelegateDraw()
4896 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateDraw()
4933 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4946 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4956 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4965 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4984 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
[all …]
H A DValueObject.cpp3670 if (m_root) in GetRoot()
3671 return m_root; in GetRoot()
3672 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h918 ValueObject *m_root = nullptr; variable