Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h249 static StringRef getPlainValue(StringRef RawValue,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2037 return getPlainValue(Value, Storage); in getValue()
2249 StringRef ScalarNode::getPlainValue(StringRef RawValue, in getPlainValue() function in ScalarNode