Patch for Andrew N.
Attaching objects to the Declarations.
limited type information and attaching Declarations as the type. It currently recognizes static, class, struct, union, enum (member of an enumeration).
Elaborated lookup based on type, valid types for this kind of lookup are class, struct and union.
Functions. No changes have been made, but you can add/lookup functions based on their signature and use the above type information to represent their return type. However, I have to think about this a bit, since the following case is not handled:
|