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

References

tools/lldb/source/Core/ValueObject.cpp
 1874   synthetic_child_sp = GetSyntheticChild(name_const_str);
 1876   if (synthetic_child_sp.get())
 1877     return synthetic_child_sp;
 1894     synthetic_child_sp = synthetic_child->GetSP();
 1895     synthetic_child_sp->SetName(name_const_str);
 1897   return synthetic_child_sp;