Searched refs:NullNode (Results 1 – 5 of 5) sorted by relevance
114 void NullNode::anchor() {} in anchor()2147 return Key = new (getAllocator()) NullNode(Doc); in getKey()2156 return Key = new (getAllocator()) NullNode(Doc); in getKey()2171 return Value = new (getAllocator()) NullNode(Doc); in getValue()2175 return Value = new (getAllocator()) NullNode(Doc); in getValue()2185 return Value = new (getAllocator()) NullNode(Doc); in getValue()2190 return Value = new (getAllocator()) NullNode(Doc); in getValue()2198 return Value = new (getAllocator()) NullNode(Doc); in getValue()2488 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()2493 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
98 if (isa<NullNode>(N)) { in setCurrentDocument()446 } else if (isa<NullNode>(N)) { in createHNodes()
197 class NullNode final : public Node {201 NullNode(std::unique_ptr<Document> &D) in NullNode() function
126 } else if (isa<yaml::NullNode>(n)) { in dumpNode()
277 if (isa<yaml::NullNode>(Document.getRoot())) in parse()