reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 DumpValueObjectOptions &SetOmitSummaryDepth(uint32_t depth = 0);
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);