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

References

tools/lldb/source/Core/ValueObject.cpp
 1865   if (name_const_str.IsEmpty()) {
 1869     name_const_str.SetCString(name_str);
 1874   synthetic_child_sp = GetSyntheticChild(name_const_str);
 1890       new ValueObjectChild(*this, type, name_const_str, *size, offset, 0, 0,
 1893     AddSyntheticChild(name_const_str, synthetic_child);
 1895     synthetic_child_sp->SetName(name_const_str);