Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:Visit

357     Visit(expr);
364 Visit(expr);
371 Visit(expr);
381 Visit(expr);
739 // AST node visit functions.
740 #define DECLARE_VISIT(type) void Visit##type(type* node) override;