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

Lines Matching refs:DECLARE_VISIT

593 #define DECLARE_VISIT(type) void Visit##type(type* node);
594 AST_NODE_LIST(DECLARE_VISIT)
595 #undef DECLARE_VISIT