Home | History | Annotate | Download | only in src

Lines Matching refs:AstVisitor

48   void type::Accept(AstVisitor* v) { v->Visit##type(this); }
616 // Implementation of AstVisitor
618 bool AstVisitor::CheckStackOverflow() {
626 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) {
633 void AstVisitor::VisitStatements(ZoneList<Statement*>* statements) {
640 void AstVisitor::VisitExpressions(ZoneList<Expression*>* expressions) {