Lines Matching refs:Accept
12 void* RegExp##Name::Accept(RegExpVisitor* visitor, void* data) { \
160 that->alternatives()->at(i)->Accept(this, data);
171 that->nodes()->at(i)->Accept(this, data);
237 that->elements()->at(0).tree()->Accept(this, data);
242 that->elements()->at(i).tree()->Accept(this, data);
258 that->body()->Accept(this, data);
266 that->body()->Accept(this, data);
273 that->body()->Accept(this, data);
282 that->body()->Accept(this, data);
302 Accept(&unparser, nullptr);