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

References

tools/lldb/source/Core/ValueObject.cpp
 1826   if (name_const_str.IsEmpty()) {
 1829     name_const_str.SetCString(name_str);
 1834   synthetic_child_sp = GetSyntheticChild(name_const_str);
 1848       new ValueObjectChild(*this, type, name_const_str, *size, offset, 0, 0,
 1851     AddSyntheticChild(name_const_str, synthetic_child);
 1853     synthetic_child_sp->SetName(name_const_str);