Home
last modified time | relevance | path

Searched defs:UnquotedValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2055 parseScalarValue(StringRef UnquotedValue,SmallVectorImpl<char> & Storage,StringRef LookupChars,std::function<StringRef (StringRef,SmallVectorImpl<char> &)> UnescapeCallback) parseScalarValue() argument
2113 StringRef UnquotedValue = RawValue.substr(1, RawValue.size() - 2); getDoubleQuotedValue() local
2116 __anonb9200f8f0202(StringRef UnquotedValue, SmallVectorImpl<char> &Storage) getDoubleQuotedValue() argument
2237 StringRef UnquotedValue = RawValue.substr(1, RawValue.size() - 2); getSingleQuotedValue() local
2240 __anonb9200f8f0302(StringRef UnquotedValue, SmallVectorImpl<char> &Storage) getSingleQuotedValue() argument
[all...]