Home | History | Annotate | Download | only in src

Lines Matching defs:Accept

811   EndNode* accept() { return accept_; }
869 accept_ = new EndNode(EndNode::ACCEPT);
1229 case ACCEPT:
1323 void Type##Node::Accept(NodeVisitor* visitor) { \
1330 void LoopChoiceNode::Accept(NodeVisitor* visitor) {
3291 node->Accept(this);
3419 alt.node()->Accept(this);
4842 that->Accept(this);
5152 alternatives->at(i).node()->Accept(this);
5185 // set back to here. For now we just accept anything.
5192 target->Accept(this);
5249 target->Accept(this);
5266 compiler.accept());