Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLParser.h222 StringRef unescapeDoubleQuoted(StringRef UnquotedValue,
/external/llvm/lib/Support/
DYAMLParser.cpp1894 return unescapeDoubleQuoted(UnquotedValue, i, Storage); in getValue()
1919 StringRef ScalarNode::unescapeDoubleQuoted( StringRef UnquotedValue in unescapeDoubleQuoted() function in ScalarNode