Searched refs:SetQuote (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h49 void SetQuote(char q) { m_quote = q; } function in class:lldb_private::formatters::StringPrinter::DumpToStreamOptions
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp171 options.SetQuote('"');
200 options.SetQuote('"');
222 options.SetQuote('"');
242 options.SetQuote('"');
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp174 options.SetQuote('\'');
200 options.SetQuote('\'');
226 options.SetQuote('\'');
260 options.SetQuote('\'');
H A DLibCxx.cpp707 options.SetQuote('"');
772 options.SetQuote('"');
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1251 options.SetQuote('"');

Completed in 122 milliseconds