hi, i'm working on some gcc plugin and need to access all declarationsfor function and classes. hooking on plugin_finish_type and plugin_pre_genericize
gives me afaics only record_trees for declared classes. how can i obtain (in easiest way) function decls? thanks for hints. BR, Pawel.