Home | History | Annotate | Download | only in ast

Lines Matching refs:Accept

26 // All the Accept member functions for each syntax tree node type.
29 void type::Accept(AstVisitor* v) { v->Visit##type(this); }