Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp2973 m_root (NULL, *delegate_sp, true), in TreeWindowDelegate()
3024 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()
3041 m_root.Draw (window, m_first_visible_row, m_selected_row_idx, row_idx, num_rows_left); in WindowDelegateDraw()
3043 m_selected_item = m_root.GetItemForRowIndex (m_selected_row_idx); in WindowDelegateDraw()
3097 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
3112 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
3123 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
3132 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
3154 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()
3185 TreeItem m_root; member in TreeWindowDelegate
HDValueObject.cpp71 m_root (NULL), in ValueObject()
122 m_root (NULL), in ValueObject()
4165 if (m_root) in GetRoot()
4166 return m_root; in GetRoot()
4167 return (m_root = FollowParentChain( [] (ValueObject* vo) -> bool { in GetRoot()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h1079 …ValueObject * m_root; // The root of the hierarchy for this ValueObject (or NULL if … variable