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

References

tools/lldb/source/API/SBValue.cpp
  549       lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren();
  569       lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren();
tools/lldb/source/Commands/CommandObjectType.cpp
 2948               return valobj.GetSyntheticChildren();
tools/lldb/source/DataFormatters/FormatManager.cpp
  521     if (child_sp->GetSyntheticChildren().get() != nullptr) {