Print each character of the specified string, escaping it if it is not printable or if it is an escape char.
Synopsis
Declared in <llvm/ADT/StringExtras.h>
void
printEscapedString(
StringRef Name,
raw_ostream& Out);
Parameters
Name |
Description |
Name |
string to print |
Out |
stream to write to |
Created with MrDocs