Searched refs:NullNode (Results 1 – 4 of 4) sorted by relevance
115 void NullNode::anchor() {} in anchor()2063 return Key = new (getAllocator()) NullNode(Doc); in getKey()2072 return Key = new (getAllocator()) NullNode(Doc); in getKey()2084 return Value = new (getAllocator()) NullNode(Doc); in getValue()2094 return Value = new (getAllocator()) NullNode(Doc); in getValue()2099 return Value = new (getAllocator()) NullNode(Doc); in getValue()2107 return Value = new (getAllocator()) NullNode(Doc); in getValue()2397 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
96 if (isa<NullNode>(N)) { in setCurrentDocument()414 } else if (isa<NullNode>(N)) { in createHNodes()
192 class NullNode final : public Node {196 NullNode(std::unique_ptr<Document> &D) in NullNode() function
275 if (isa<yaml::NullNode>(Document.getRoot())) in parse()