Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp30 StringRef getYAMLTag() const;
111 StringRef ScalarDocNode::getYAMLTag() const { in getYAMLTag() function in ScalarDocNode
177 TagOS << S.getYAMLTag(); in output()