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.cpp4857 m_root(nullptr, *delegate_sp, true) {} in TreeWindowDelegate()
4877 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()
4878 m_delegate_sp->TreeDelegateUpdateSelection(m_root, m_selected_row_idx, in WindowDelegateDraw()
4895 m_root.Draw(window, m_first_visible_row, m_selected_row_idx, row_idx, in WindowDelegateDraw()
4898 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateDraw()
4935 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4948 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4958 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4967 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
4986 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h935 ValueObject *m_root = nullptr; variable
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3641 if (m_root) in GetRoot()
3642 return m_root; in GetRoot()
3643 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot()