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

Overridden By

tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  115 bool ValueObjectSynthetic::MightHaveChildren() {

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  778   virtual bool MightHaveChildren();

References

tools/lldb/source/API/SBValue.cpp
  981     has_children = value_sp->MightHaveChildren();
tools/lldb/source/Core/IOHandler.cpp
 1894         x(1), y(1), might_have_children(v ? v->MightHaveChildren() : false),
tools/lldb/source/DataFormatters/FormatManager.cpp
  527       if (!synth_sp->MightHaveChildren() &&
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  633   if (synth_m_valobj->MightHaveChildren())