Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLParser.cpp2115 auto UnescapeFunc = [this](StringRef UnquotedValue, in getDoubleQuotedValue() local
2230 return parseScalarValue(UnquotedValue, Storage, "\\\r\n", UnescapeFunc); in getDoubleQuotedValue()
2239 auto UnescapeFunc = [](StringRef UnquotedValue, in getSingleQuotedValue() local
2246 return parseScalarValue(UnquotedValue, Storage, "'\r\n", UnescapeFunc); in getSingleQuotedValue()