Searched refs:NullNode (Results 1 – 5 of 5) sorted by relevance
112 void NullNode::anchor() {} in anchor()2203 return Key = new (getAllocator()) NullNode(Doc); in getKey()2212 return Key = new (getAllocator()) NullNode(Doc); in getKey()2227 return Value = new (getAllocator()) NullNode(Doc); in getValue()2231 return Value = new (getAllocator()) NullNode(Doc); in getValue()2241 return Value = new (getAllocator()) NullNode(Doc); in getValue()2246 return Value = new (getAllocator()) NullNode(Doc); in getValue()2254 return Value = new (getAllocator()) NullNode(Doc); in getValue()2544 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()2549 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
97 if (isa<NullNode>(N)) { in setCurrentDocument()445 } 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()
276 if (isa<yaml::NullNode>(Document.getRoot())) in parse()