Searched refs:DEF_VISIT (Results 1 – 4 of 4) sorted by relevance
83 #define DEF_VISIT(type) void Visit##type(type* node) override; macro84 AST_NODE_LIST(DEF_VISIT)85 #undef DEF_VISIT322 #define DEF_VISIT(type) \ macro324 EXPRESSION_NODE_LIST(DEF_VISIT)325 #undef DEF_VISIT329 #define DEF_VISIT(type) \ macro331 DECLARATION_NODE_LIST(DEF_VISIT) in DECLARATION_NODE_LIST() argument332 #undef DEF_VISIT in DECLARATION_NODE_LIST()
333 #define DEF_VISIT(type) \ macro345 EXPRESSION_NODE_LIST(DEF_VISIT)346 #undef DEF_VISIT348 #define DEF_VISIT(type) \ macro360 STATEMENT_NODE_LIST(DEF_VISIT)361 #undef DEF_VISIT363 #define DEF_VISIT(type) \ macro367 DECLARATION_NODE_LIST(DEF_VISIT)368 #undef DEF_VISIT
390 #define DEF_VISIT(type) \ macro396 AST_NODE_LIST(DEF_VISIT)397 #undef DEF_VISIT
2983 #define DEF_VISIT(type) \ macro2985 AST_NODE_LIST(DEF_VISIT)2986 #undef DEF_VISIT