Lines Matching refs:visit
25 void DoNothingVisitor::visit(Entity *e) { e->accept(this); } in visit() function in android::spirit::DoNothingVisitor
27 void DoNothingVisitor::visit(Module *m) { m->accept(this); } in visit() function in android::spirit::DoNothingVisitor
29 void DoNothingVisitor::visit(EntryPointDefinition *entry) { in visit() function in android::spirit::DoNothingVisitor
33 void DoNothingVisitor::visit(DebugInfoSection *dinfo) { dinfo->accept(this); } in visit() function in android::spirit::DoNothingVisitor
35 void DoNothingVisitor::visit(AnnotationSection *a) { a->accept(this); } in visit() function in android::spirit::DoNothingVisitor
37 void DoNothingVisitor::visit(GlobalSection *g) { g->accept(this); } in visit() function in android::spirit::DoNothingVisitor
38 void DoNothingVisitor::visit(FunctionDeclaration *fdecl) { in visit() function in android::spirit::DoNothingVisitor
41 void DoNothingVisitor::visit(Block *b) { b->accept(this); } in visit() function in android::spirit::DoNothingVisitor
42 void DoNothingVisitor::visit(FunctionDefinition *fdef) { fdef->accept(this); } in visit() function in android::spirit::DoNothingVisitor
43 void DoNothingVisitor::visit(Instruction *inst) { inst->accept(this); } in visit() function in android::spirit::DoNothingVisitor
45 void DoNothingVisitor::visit(INST_CLASS *) {}