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

References

tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  230             GetName().AsCString(), idx);
  235   if (!m_children_byindex.GetValueForKey(idx, valobj)) {
  240                 GetName().AsCString(), idx);
  242       lldb::ValueObjectSP synth_guy = m_synth_filter_up->GetChildAtIndex(idx);
  249           GetName().AsCString(), idx, static_cast<void *>(synth_guy.get()),
  259       m_children_byindex.SetValueForKey(idx, synth_guy.get());
  268                 GetName().AsCString(), idx, can_create ? "yes" : "no",
  277               GetName().AsCString(), idx, static_cast<void *>(valobj));