Searched refs:DEF_VISIT (Results 1 – 3 of 3) sorted by relevance
104 #define DEF_VISIT(type) void Visit##type(type* node); macro105 AST_NODE_LIST(DEF_VISIT)106 #undef DEF_VISIT342 #define DEF_VISIT(type) \ macro344 EXPRESSION_NODE_LIST(DEF_VISIT)345 #undef DEF_VISIT349 #define DEF_VISIT(type) \ macro351 DECLARATION_NODE_LIST(DEF_VISIT) in DECLARATION_NODE_LIST() argument352 #undef DEF_VISIT in DECLARATION_NODE_LIST()
572 #define DEF_VISIT(type) \ macro579 AST_NODE_LIST(DEF_VISIT)580 #undef DEF_VISIT
81 #define DEF_VISIT(type) \ macro93 EXPRESSION_NODE_LIST(DEF_VISIT)94 #undef DEF_VISIT96 #define DEF_VISIT(type) \ macro108 STATEMENT_NODE_LIST(DEF_VISIT)109 #undef DEF_VISIT111 #define DEF_VISIT(type) \ macro115 DECLARATION_NODE_LIST(DEF_VISIT)116 #undef DEF_VISIT