Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:DECLARE_VISIT

2300 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
2301 AST_NODE_LIST(DECLARE_VISIT)
2302 #undef DECLARE_VISIT