reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/IOHandler.cpp
  966       Reset(::subwin(m_parent->m_window, size.height, size.width, origin.y,
  978       Reset(::subwin(m_parent->m_window, bounds.size.height, bounds.size.width,
  997     if (m_parent)
  998       m_parent->Touch();
 1012     subwindow_sp->m_parent = this;
 1042         if (m_parent)
 1043           m_parent->Touch();
 1069     if (m_parent)
 1070       m_parent->Touch();
 1238   Window *GetParent() const { return m_parent; }
 1241     if (m_parent)
 1242       return m_parent->GetActiveWindow().get() == this;