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

References

tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
   28     PointerDepth operator--() const {
   70   SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
   70   SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
  138   PointerDepth m_max_ptr_depth;
tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
   45                      const DumpValueObjectOptions::PointerDepth &ptr_depth,
   53             const DumpValueObjectOptions::PointerDepth &ptr_depth,
  102                       DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
  115                   const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
  121                 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
  134   DumpValueObjectOptions::PointerDepth m_ptr_depth;
tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
   19       m_max_ptr_depth(PointerDepth{PointerDepth::Mode::Default, 0}),
   36 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) {
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
   38     const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth,
   45     const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth,
  483     DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
  560     const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
  664     const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) {
  759   DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth;
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  192       {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth});