Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp3011 if (m_root) in GetRoot()
3012 return m_root; in GetRoot()
3013 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h832 ValueObject *m_root = nullptr; variable