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

References

tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
   52   m_curr_depth = curr_depth;
  230   if (m_curr_depth == 0 && m_options.m_hide_root_type)
  236                 (m_curr_depth == 0 && !m_options.m_flat_output);
  501   if (is_failed_description || m_curr_depth < m_options.m_max_depth) {
  516       const bool is_root_level = m_curr_depth == 0;
  582         m_curr_depth + consumed_depth, m_printed_instance_pointers);
  787   } else if (m_curr_depth >= m_options.m_max_depth && IsAggregate() &&