Searched refs:DECLARE (Results 1 – 10 of 10) sorted by relevance
71 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; macro72 VISITOR_LIST(DECLARE)73 #undef DECLARE112 #define DECLARE(A) void Visit##A(Instruction* instr); macro113 VISITOR_LIST(DECLARE)114 #undef DECLARE
60 #define DECLARE(A) void Visit##A(Instruction* instr); macro61 VISITOR_LIST(DECLARE)62 #undef DECLARE
25 #define DECLARE(A) void Visit##A(Instruction* instr); macro26 VISITOR_LIST(DECLARE)27 #undef DECLARE
321 #define DECLARE(A) void Visit##A(Instruction* instr);322 VISITOR_LIST(DECLARE)323 #undef DECLARE
131 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0; macro132 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument133 #undef DECLARE in VISITOR_LIST()201 #define DECLARE(A) void Visit##A(const Instruction* instr); macro202 VISITOR_LIST(DECLARE) in VISITOR_LIST() argument203 #undef DECLARE in VISITOR_LIST()
84 #define DECLARE(A) void Visit##A(const Instruction* instr); macro85 VISITOR_LIST(DECLARE)86 #undef DECLARE
46 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro47 VISITOR_LIST(DECLARE)48 #undef DECLARE
720 #define DECLARE(A) virtual void Visit##A(const Instruction* instr); macro721 VISITOR_LIST_THAT_RETURN(DECLARE)722 #undef DECLARE724 #define DECLARE(A) \ macro726 VISITOR_LIST_THAT_DONT_RETURN(DECLARE) in VISITOR_LIST_THAT_DONT_RETURN() argument727 #undef DECLARE in VISITOR_LIST_THAT_DONT_RETURN()
19 #define DECLARE(name) void name(int argc,const char * const *argv, \ macro
302 DECLARE, enumerator307 AppearingPropertyContext() : state_(DECLARE) { } in AppearingPropertyContext()312 case DECLARE: in Query()