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

References

tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  296     return S->GetKind() == Kind::eSummaryString;
tools/lldb/source/API/SBTypeSummary.cpp
  240   return m_opaque_sp->GetKind() == TypeSummaryImpl::Kind::eSummaryString;
  390   case TypeSummaryImpl::Kind::eSummaryString:
tools/lldb/source/DataFormatters/TypeSummary.cpp
   54     : TypeSummaryImpl(Kind::eSummaryString, flags), m_format_str() {