Home
last modified time | relevance | path

Searched refs:SetIgnoreMaxLength (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSString.cpp156 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
168 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
184 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
207 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
233 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
255 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
277 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DStringPrinter.h69 void SetIgnoreMaxLength(bool e) { m_ignore_max_length = e; } in SetIgnoreMaxLength() function