Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLParser.h78 std::string escape(StringRef Input, bool EscapePrintable = true);
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp697 std::string yaml::escape(StringRef Input, bool EscapePrintable) { in escape() argument
744 else if (!EscapePrintable && in escape()