Searched refs:NullNode (Results 1 – 6 of 6) sorted by relevance
102 void NullNode::anchor() {} in anchor()2071 return Key = new (getAllocator()) NullNode(Doc); in getKey()2080 return Key = new (getAllocator()) NullNode(Doc); in getKey()2092 return Value = new (getAllocator()) NullNode(Doc); in getValue()2102 return Value = new (getAllocator()) NullNode(Doc); in getValue()2107 return Value = new (getAllocator()) NullNode(Doc); in getValue()2115 return Value = new (getAllocator()) NullNode(Doc); in getValue()2401 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
84 if (isa<NullNode>(N)) { in setCurrentDocument()371 } else if (isa<NullNode>(N)) { in createHNodes()
176 class NullNode final : public Node {180 NullNode(std::unique_ptr<Document> &D) in NullNode() function
997 return NullNode::classof(n->_node);
127 } else if (isa<yaml::NullNode>(n)) { in dumpNode()
256 if (isa<yaml::NullNode>(Document.getRoot())) in parse()