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

References

tools/lldb/include/lldb/Core/ValueObject.h
  734   void SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) {
  741   lldb::SyntheticChildrenSP GetSyntheticChildren() {
  890   lldb::SyntheticChildrenSP m_synthetic_children_sp;
tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
  135   lldb::SyntheticChildrenSP m_synth_sp;
  160   ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);
tools/lldb/include/lldb/DataFormatters/DataVisualization.h
   51   static lldb::SyntheticChildrenSP
tools/lldb/include/lldb/DataFormatters/FormatCache.h
   31     lldb::SyntheticChildrenSP m_synthetic_sp;
   38     Entry(lldb::SyntheticChildrenSP);
   41           lldb::SyntheticChildrenSP, lldb::TypeValidatorImplSP);
   55     lldb::SyntheticChildrenSP GetSynthetic();
   63     void SetSynthetic(lldb::SyntheticChildrenSP);
   84                     lldb::SyntheticChildrenSP &synthetic_sp);
   94                     lldb::SyntheticChildrenSP &synthetic_sp);
tools/lldb/include/lldb/DataFormatters/FormatManager.h
  139   lldb::SyntheticChildrenSP
  227   lldb::SyntheticChildrenSP
tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
   33            lldb::SyntheticChildrenSP &format_sp);
   45                     lldb::SyntheticChildrenSP &format_sp);
tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  343            lldb::SyntheticChildrenSP &entry, uint32_t *reason = nullptr);
tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
   84   lldb::SyntheticChildrenSP
tools/lldb/source/API/SBTypeCategory.cpp
  276   lldb::SyntheticChildrenSP children_sp;
  300   lldb::SyntheticChildrenSP children_sp =
  338   lldb::SyntheticChildrenSP children_sp =
tools/lldb/source/API/SBValue.cpp
  549       lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren();
  569       lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren();
tools/lldb/source/Commands/CommandObjectType.cpp
  422                 SyntheticChildrenSP synth_provider;
  488   static bool AddSynth(ConstString type_name, lldb::SyntheticChildrenSP entry,
 2269   SyntheticChildrenSP entry;
 2333                                          SyntheticChildrenSP entry,
tools/lldb/source/Core/ValueObject.cpp
 1953   lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp);
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
   49                                            lldb::SyntheticChildrenSP filter)
tools/lldb/source/DataFormatters/DataVisualization.cpp
   53 lldb::SyntheticChildrenSP
tools/lldb/source/DataFormatters/FormatCache.cpp
   37 FormatCache::Entry::Entry(lldb::SyntheticChildrenSP synthetic_sp)
   53                           lldb::SyntheticChildrenSP synthetic_sp,
   75 lldb::SyntheticChildrenSP FormatCache::Entry::GetSynthetic() {
   93 void FormatCache::Entry::SetSynthetic(lldb::SyntheticChildrenSP synthetic_sp) {
  157                                lldb::SyntheticChildrenSP &synthetic_sp) {
  205                                lldb::SyntheticChildrenSP &synthetic_sp) {
tools/lldb/source/DataFormatters/FormatManager.cpp
  766 lldb::SyntheticChildrenSP
  768   SyntheticChildrenSP retval_sp;
  780 lldb::SyntheticChildrenSP
  785   SyntheticChildrenSP retval;
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
   95   lldb::SyntheticChildrenSP synth_sp(
tools/lldb/source/DataFormatters/LanguageCategory.cpp
   84                            lldb::SyntheticChildrenSP &format_sp) {
  171                                     lldb::SyntheticChildrenSP &format_sp) {
tools/lldb/source/DataFormatters/TypeCategory.cpp
  127                            lldb::SyntheticChildrenSP &entry, uint32_t *reason) {
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  251 lldb::SyntheticChildrenSP
  277     lldb::SyntheticChildrenSP current_format;