Searched refs:DECLARE_VISIT (Results 1 – 14 of 14) sorted by relevance
28 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro29 AST_NODE_LIST(DECLARE_VISIT)30 #undef DECLARE_VISIT71 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro72 AST_NODE_LIST(DECLARE_VISIT)73 #undef DECLARE_VISIT108 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro109 AST_NODE_LIST(DECLARE_VISIT)110 #undef DECLARE_VISIT
38 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro39 AST_NODE_LIST(DECLARE_VISIT)40 #undef DECLARE_VISIT
44 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro45 AST_NODE_LIST(DECLARE_VISIT)46 #undef DECLARE_VISIT
21 #define DECLARE_VISIT(type) \ macro24 AST_NODE_LIST(DECLARE_VISIT)25 #undef DECLARE_VISIT
48 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro49 AST_NODE_LIST(DECLARE_VISIT)50 #undef DECLARE_VISIT
54 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro56 AST_NODE_LIST(DECLARE_VISIT)57 #undef DECLARE_VISIT
75 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro76 AST_NODE_LIST(DECLARE_VISIT)77 #undef DECLARE_VISIT
2378 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro2379 AST_NODE_LIST(DECLARE_VISIT)2380 #undef DECLARE_VISIT
22 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro23 AST_NODE_LIST(DECLARE_VISIT)24 #undef DECLARE_VISIT
170 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro171 AST_NODE_LIST(DECLARE_VISIT)172 #undef DECLARE_VISIT
1386 #define DECLARE_VISIT(Type) \ macro1388 FOR_EACH_NODE_TYPE(DECLARE_VISIT) in FOR_EACH_NODE_TYPE() argument1389 #undef DECLARE_VISIT in FOR_EACH_NODE_TYPE()1413 #define DECLARE_VISIT(Type) \ macro1415 FOR_EACH_NODE_TYPE(DECLARE_VISIT) in FOR_EACH_NODE_TYPE() argument1416 #undef DECLARE_VISIT in FOR_EACH_NODE_TYPE()1450 #define DECLARE_VISIT(Type) \ macro1452 FOR_EACH_NODE_TYPE(DECLARE_VISIT)1453 #undef DECLARE_VISIT
4380 #define DECLARE_VISIT(Type) \ macro4382 FOR_EACH_NODE_TYPE(DECLARE_VISIT)4383 #undef DECLARE_VISIT
714 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro715 AST_NODE_LIST(DECLARE_VISIT)716 #undef DECLARE_VISIT
816 #define DECLARE_VISIT(type) void Visit##type(v8::internal::type* node) override; macro818 AST_NODE_LIST(DECLARE_VISIT)819 #undef DECLARE_VISIT