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

References

tools/lldb/source/Core/IOHandler.cpp
 1011     subwindow_sp->m_is_subwin = subwindow_sp.operator bool();
 1011     subwindow_sp->m_is_subwin = subwindow_sp.operator bool();
 1012     subwindow_sp->m_parent = this;
 1017     m_subwindows.push_back(subwindow_sp);
 1018     ::top_panel(subwindow_sp->m_panel);
 1020     return subwindow_sp;