Home
last modified time | relevance | path

Searched defs: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
52 #undef DECLARE_VISIT macro
105 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
107 #undef DECLARE_VISIT macro
H A Dast-traversal-visitor.h49 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
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
26 #undef DECLARE_VISIT macro
H A Dregexp-nodes.h770 #define DECLARE_VISIT(Type) virtual void Visit##Type(Type##Node* that) = 0; macro
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
53 #undef DECLARE_VISIT macro

Completed in 5 milliseconds