Searched defs:NotANode (Results 1 – 1 of 1) sorted by relevance
70 struct NotANode : public Castable<NotANode, Cloneable> { struct71 explicit NotANode(Allocator* alloc) : allocator(alloc) {} in NotANode() function73 Allocator* const allocator;74 NotANode* Clone(CloneContext*) const override { in Clone()