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

References

tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
   75   if (ConstString synth_name = m_synth_filter_up->GetSyntheticTypeName())
   89     size_t num_children = m_synth_filter_up->CalculateNumChildren(max);
   97                                m_synth_filter_up->CalculateNumChildren(max));
  118         (m_synth_filter_up->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo);
  141   m_synth_filter_up = (m_synth_sp->GetFrontEnd(*valobj_for_frontend));
  142   if (!m_synth_filter_up)
  143     m_synth_filter_up = std::make_unique<DummySyntheticFrontEnd>(*m_parent);
  174   if (!m_synth_filter_up->Update()) {
  199   lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue());
  236     if (can_create && m_synth_filter_up != nullptr) {
  242       lldb::ValueObjectSP synth_guy = m_synth_filter_up->GetChildAtIndex(idx);
  269                 static_cast<void *>(m_synth_filter_up.get()));
  302   if (!did_find && m_synth_filter_up != nullptr) {
  303     uint32_t index = m_synth_filter_up->GetIndexOfChildWithName(name);
  308   } else if (!did_find && m_synth_filter_up == nullptr)