Searched refs:GetQuote (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp276 if (dump_options.GetQuote() != 0)
277 stream.Printf("%c", dump_options.GetQuote());
374 if (dump_options.GetQuote() != 0)
375 stream.Printf("%c", dump_options.GetQuote());
404 SetQuote(options.GetQuote());
450 char quote = options.GetQuote();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h49 char GetQuote() const { return m_quote; } function in class:lldb_private::formatters::StringPrinter::DumpToStreamOptions

Completed in 57 milliseconds