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

References

tools/lldb/source/Core/IOHandler.cpp
 2900       const bool last_child = row.parent && &rows[rows.size() - 1] == &row;
 2900       const bool last_child = row.parent && &rows[rows.size() - 1] == &row;
 2902       row.row_idx = m_num_rows;
 2906         row.x = m_min_x;
 2907         row.y = m_num_rows - m_first_visible_row + 1;
 2908         if (DisplayRowObject(window, row, options,
 2914           row.x = 0;
 2915           row.y = 0;
 2918         row.x = 0;
 2919         row.y = 0;
 2923       auto &children = row.GetChildren();
 2924       if (row.expanded && !children.empty()) {