widl: Rename set_type to declare_var.
[wine] / tools / widl / typetree.h
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
2009-03-05  Rob Shearmanwidl: Add coclass and module types to the global namespace.
2009-03-05  Rob Shearmanwidl: Move type_new_enum, type_new_struct, type_new_enc...
2009-03-05  Rob Shearmanwidl: Move the pointer referent, array element, functio...
2009-03-05  Rob Shearmanwidl: Store the abstract identifier of the type in...
2009-03-05  Rob Shearmanwidl: Implement a more abstract way of representing...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-01-19  Rob Shearmanwidl: Add new type_get_type and type_get_real_type_type...
2009-01-19  Rob Shearmanwidl: Add a new function, type_alias_get_aliasee to...
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
2009-01-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Add a new function, type_iface_get_inherit.
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06  Rob Shearmanwidl: Move the ifaces field of the type_t structure...
2009-01-06  Rob Shearmanwidl: Add function for getting the interfaces defined...
2009-01-06  Rob Shearmanwidl: Don't store typelib kind information in the type...
2009-01-06  Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06  Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06  Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Store the type-specific information in a union...
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...