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

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  556   lldb::ValueObjectSP GetSyntheticChild(ConstString key) const;

References

tools/lldb/source/Core/ValueObject.cpp
 1766     synthetic_child_sp = GetSyntheticChild(index_const_str);
 1794     synthetic_child_sp = GetSyntheticChild(index_const_str);
 1834   synthetic_child_sp = GetSyntheticChild(name_const_str);
 1874   synthetic_child_sp = GetSyntheticChild(name_const_str);
 1921   synthetic_child_sp = GetSyntheticChild(name_const_string);