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

References

tools/lldb/source/Core/ValueObject.cpp
 1766     synthetic_child_sp = GetSyntheticChild(index_const_str);
 1767     if (!synthetic_child_sp) {
 1776         synthetic_child_sp = synthetic_child->GetSP();
 1777         synthetic_child_sp->SetName(ConstString(index_str));
 1778         synthetic_child_sp->m_is_array_item_for_pointer = true;
 1782   return synthetic_child_sp;