Lines Matching full:accept
25 void DoNothingVisitor::visit(Entity *e) { e->accept(this); }
27 void DoNothingVisitor::visit(Module *m) { m->accept(this); }
30 entry->accept(this);
33 void DoNothingVisitor::visit(DebugInfoSection *dinfo) { dinfo->accept(this); }
35 void DoNothingVisitor::visit(AnnotationSection *a) { a->accept(this); }
37 void DoNothingVisitor::visit(GlobalSection *g) { g->accept(this); }
39 fdecl->accept(this);
41 void DoNothingVisitor::visit(Block *b) { b->accept(this); }
42 void DoNothingVisitor::visit(FunctionDefinition *fdef) { fdef->accept(this); }
43 void DoNothingVisitor::visit(Instruction *inst) { inst->accept(this); }