Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp96 DecodedCharBuffer attemptASCIIEscape(llvm::UTF32 c, in attemptASCIIEscape() function
142 DecodedCharBuffer retval = attemptASCIIEscape(*buffer, escape_style); in GetPrintableImpl()
192 DecodedCharBuffer retval = attemptASCIIEscape(codepoint, escape_style); in GetPrintableImpl()