Home
last modified time | relevance | path

Searched refs:DECLARE_VISIT (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.h50 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
51 AST_NODE_LIST(DECLARE_VISIT)
52 #undef DECLARE_VISIT macro
105 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
106 AST_NODE_LIST(DECLARE_VISIT)
107 #undef DECLARE_VISIT macro
H A Dast-traversal-visitor.h49 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
50 AST_NODE_LIST(DECLARE_VISIT)
51 #undef DECLARE_VISIT macro
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc24 #define DECLARE_VISIT(Type) virtual void Visit##Type(Type##Node* that); macro
25 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
26 #undef DECLARE_VISIT macro
H A Dregexp-nodes.h770 #define DECLARE_VISIT(Type) virtual void Visit##Type(Type##Node* that) = 0; macro
771 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
772 #undef DECLARE_VISIT macro
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h51 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
52 AST_NODE_LIST(DECLARE_VISIT)
53 #undef DECLARE_VISIT macro

Completed in 8 milliseconds