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

References

tools/lldb/source/Core/ValueObject.cpp
 1794     synthetic_child_sp = GetSyntheticChild(index_const_str);
 1795     if (!synthetic_child_sp) {
 1811         synthetic_child_sp = synthetic_child->GetSP();
 1812         synthetic_child_sp->SetName(ConstString(index_str));
 1813         synthetic_child_sp->m_is_bitfield_for_scalar = true;
 1817   return synthetic_child_sp;