Home
last modified time | relevance | path

Searched refs:DEF_VISIT (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Drewriter.cc83 #define DEF_VISIT(type) void Visit##type(type* node) override; macro
84 AST_NODE_LIST(DEF_VISIT)
85 #undef DEF_VISIT
322 #define DEF_VISIT(type) \ macro
324 EXPRESSION_NODE_LIST(DEF_VISIT)
325 #undef DEF_VISIT
329 #define DEF_VISIT(type) \ macro
331 DECLARATION_NODE_LIST(DEF_VISIT) in DECLARATION_NODE_LIST() argument
332 #undef DEF_VISIT in DECLARATION_NODE_LIST()
/external/v8/src/
Dcompiler.cc333 #define DEF_VISIT(type) \ macro
345 EXPRESSION_NODE_LIST(DEF_VISIT)
346 #undef DEF_VISIT
348 #define DEF_VISIT(type) \ macro
360 STATEMENT_NODE_LIST(DEF_VISIT)
361 #undef DEF_VISIT
363 #define DEF_VISIT(type) \ macro
367 DECLARATION_NODE_LIST(DEF_VISIT)
368 #undef DEF_VISIT
/external/v8/src/compiler/
Dpipeline.cc390 #define DEF_VISIT(type) \ macro
396 AST_NODE_LIST(DEF_VISIT)
397 #undef DEF_VISIT
/external/v8/src/ast/
Dast.h2983 #define DEF_VISIT(type) \ macro
2985 AST_NODE_LIST(DEF_VISIT)
2986 #undef DEF_VISIT