Home
last modified time | relevance | path

Searched refs:SetPrefixToken (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp61 options.SetPrefixToken(getElementTraits(ElemType).first); in CharStringSummaryProvider()
89 options.SetPrefixToken(ElemTraits.first); in CharSummaryProvider()
128 options.SetPrefixToken("L"); in WCharStringSummaryProvider()
180 options.SetPrefixToken("L"); in WCharSummaryProvider()
245 options.SetPrefixToken(nullptr); in StringBufferSummaryProvider()
247 options.SetPrefixToken(prefix_token); in StringBufferSummaryProvider()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h37 void SetPrefixToken(const std::string &p) { m_prefix_token = p; } in SetPrefixToken() function
39 void SetPrefixToken(std::nullptr_t) { m_prefix_token.clear(); } in SetPrefixToken() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp139 options.SetPrefixToken(prefix.str()); in NSStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp383 SetPrefixToken(options.GetPrefixToken()); in ReadBufferAndDumpToStreamOptions()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1380 options.SetPrefixToken(nullptr); in DumpPrintableRepresentation()