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

References

tools/lldb/source/Core/ValueObject.cpp
 1834   synthetic_child_sp = GetSyntheticChild(name_const_str);
 1836   if (synthetic_child_sp.get())
 1837     return synthetic_child_sp;
 1852     synthetic_child_sp = synthetic_child->GetSP();
 1853     synthetic_child_sp->SetName(name_const_str);
 1854     synthetic_child_sp->m_is_child_at_offset = true;
 1856   return synthetic_child_sp;