Searched refs:NullNode (Results 1 – 4 of 4) sorted by relevance
101 void NullNode::anchor() {} in anchor()1868 return Key = new (getAllocator()) NullNode(Doc); in getKey()1877 return Key = new (getAllocator()) NullNode(Doc); in getKey()1889 return Value = new (getAllocator()) NullNode(Doc); in getValue()1899 return Value = new (getAllocator()) NullNode(Doc); in getValue()1904 return Value = new (getAllocator()) NullNode(Doc); in getValue()1912 return Value = new (getAllocator()) NullNode(Doc); in getValue()2190 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
81 if (isa<NullNode>(N)) { in setCurrentDocument()350 } else if (isa<NullNode>(N)) { in createHNodes()
178 class NullNode : public Node {181 NullNode(OwningPtr<Document> &D) in NullNode() function
742 return NullNode::classof(n->_node);