Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp267 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream()
268 stream.Printf("%c", dump_options.GetQuote()); in DumpEncodedBufferToStream()
355 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream()
356 stream.Printf("%c", dump_options.GetQuote()); in DumpEncodedBufferToStream()
385 SetQuote(options.GetQuote()); in ReadBufferAndDumpToStreamOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h51 char GetQuote() const { return m_quote; } in GetQuote() function