Searched refs:AssertionNode (Results 1 – 3 of 3) sorted by relevance
116 struct AssertionNode : public ParseTree { struct117 explicit AssertionNode(const Nonterm arg_lhs, in AssertionNode() function
33 if (static_cast<const AssertionNode*>(node)->negative) { in IsValid()
342 AssertionNode* assertion_node = arena_->AllocAndInit<AssertionNode>( in ExecuteLhsSet()