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

References

tools/lldb/source/Core/ValueObject.cpp
 1921   synthetic_child_sp = GetSyntheticChild(name_const_string);
 1922   if (!synthetic_child_sp) {
 1925     synthetic_child_sp = GetValueForExpressionPath(
 1932     if (synthetic_child_sp.get()) {
 1935       AddSyntheticChild(name_const_string, synthetic_child_sp.get());
 1936       synthetic_child_sp->SetName(
 1940   return synthetic_child_sp;