D | asdl_c.py | 320 self.emit_function(cons.name, ctype, args, attrs) 322 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor 333 self.emit_function(name, get_c_type(name), 342 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
|