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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86766   SWIG_Python_SetConstant(d, "eTypeSummaryCapped",SWIG_From_bool(static_cast< bool >(lldb::eTypeSummaryCapped)));
tools/lldb/source/API/SBTypeSummary.cpp
   63   return eTypeSummaryCapped;
tools/lldb/source/DataFormatters/TypeSummary.cpp
   30     : m_lang(eLanguageTypeUnknown), m_capping(eTypeSummaryCapped) {}
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  565   if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) {
  637   if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) {