Searched refs:ScalarDocNode (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp24 struct ScalarDocNode : DocNode { struct in namespace:__anon3403
25 ScalarDocNode(DocNode N) : DocNode(N) {} function in struct:__anon3403::ScalarDocNode
27 /// Get the YAML tag for this ScalarDocNode. This normally returns ""; it only
108 /// Get the YAML tag for this ScalarDocNode. This normally returns ""; it only
111 StringRef ScalarDocNode::getYAMLTag() const {
116 ScalarDocNode N = getDocument()->getNode();
167 static ScalarDocNode &getAsScalar(DocNode &N) {
168 return *static_cast<ScalarDocNode *>(&N);
172 /// YAMLIO for ScalarDocNode
173 template <> struct TaggedScalarTraits<ScalarDocNode> {
[all...]

Completed in 103 milliseconds