Lines Matching defs:Visit
116 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit() function in __anon621f3b260111::SymbolResolver
120 bool Visit(InitialValueNode &, Node *&) override { return true; } in Visit() function in __anon621f3b260111::SymbolResolver
121 bool Visit(IntegerNode &, Node *&) override { return true; } in Visit() function in __anon621f3b260111::SymbolResolver
122 bool Visit(RegisterNode &, Node *&) override { return true; } in Visit() function in __anon621f3b260111::SymbolResolver
124 bool Visit(SymbolNode &symbol, Node *&ref) override { in Visit() function in __anon621f3b260111::SymbolResolver
134 bool Visit(UnaryOpNode &unary, Node *&) override { in Visit() function in __anon621f3b260111::SymbolResolver
152 void Visit(IntegerNode &integer, Node *&) override { in Visit() function in __anon621f3b260111::DWARFCodegen
160 void Visit(SymbolNode &symbol, Node *&) override { in Visit() function in __anon621f3b260111::DWARFCodegen
179 void DWARFCodegen::Visit(BinaryOpNode &binary, Node *&) { in Visit() function in DWARFCodegen
206 void DWARFCodegen::Visit(InitialValueNode &, Node *&) { in Visit() function in DWARFCodegen
215 void DWARFCodegen::Visit(RegisterNode ®, Node *&) { in Visit() function in DWARFCodegen
229 void DWARFCodegen::Visit(UnaryOpNode &unary, Node *&) { in Visit() function in DWARFCodegen