Searched refs:EscapePrintable (Results 1 – 2 of 2) sorted by relevance
81 LLVM_ABI std::string escape(StringRef Input, bool EscapePrintable = true);
704 std::string yaml::escape(StringRef Input, bool EscapePrintable) { in escape() argument751 else if (!EscapePrintable && in escape()