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

Declarations

tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
   93   DumpValueObjectOptions &SetOmitSummaryDepth(uint32_t depth = 0);

References

tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
   70     SetOmitSummaryDepth(UINT32_MAX);
   72     SetOmitSummaryDepth(0);
  111   SetOmitSummaryDepth(UINT32_MAX);
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  572       .SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  196     options.SetOmitSummaryDepth(no_summary_depth);