Home
last modified time | relevance | path

Searched refs:IsOneLiner (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp82 if (IsOneLiner()) { in FormatObject()
112 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
140 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
189 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
H A DFormatManager.cpp459 return valobj.GetSummaryFormat()->IsOneLiner(); in ShouldPrintAsOneLiner()
/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h222 bool IsOneLiner() const { return m_flags.GetShowMembersOneLiner(); } in IsOneLiner() function