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

Declarations

tools/lldb/include/lldb/DataFormatters/TypeSummary.h
   34   lldb::TypeSummaryCapping GetCapping() const;

References

tools/lldb/source/API/SBTypeSummary.cpp
   62     return m_opaque_up->GetCapping();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  565   if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) {
  637   if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) {
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  175       options.SetIgnoreMaxLength(summary_options.GetCapping() ==
  187       options.SetIgnoreMaxLength(summary_options.GetCapping() ==
  203     options.SetIgnoreMaxLength(summary_options.GetCapping() ==
  226     options.SetIgnoreMaxLength(summary_options.GetCapping() ==
  246     options.SetIgnoreMaxLength(summary_options.GetCapping() ==
  268     options.SetIgnoreMaxLength(summary_options.GetCapping() ==
  290     options.SetIgnoreMaxLength(summary_options.GetCapping() ==