Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h79 std::string escape(StringRef Input, bool EscapePrintable = true);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp683 std::string yaml::escape(StringRef Input, bool EscapePrintable) { in escape() argument
730 else if (!EscapePrintable && in escape()