ΒΆstd::string escape(llvm::StringRef Input,
                   bool EscapePrintable = true)

Description

Escape \a Input for a double quoted scalar; if \p EscapePrintable is true, all UTF8 sequences will be escaped, if \p EscapePrintable is false, those UTF8 sequences encoding printable unicode scalars will not be escaped, but emitted verbatim.

Declared at: llvm/include/llvm/Support/YAMLParser.h:79

Parameters

llvm::StringRef Input
bool EscapePrintable = true