21#ifndef GCC_ANALYZER_LANGUAGE_H
22#define GCC_ANALYZER_LANGUAGE_H
39 virtual tree lookup_constant_by_id (
tree id)
const = 0;
40 virtual tree lookup_type_by_id (
tree id)
const = 0;
41 virtual tree lookup_global_var_by_id (
tree id)
const = 0;
44typedef void (*finish_translation_unit_callback)
45 (logger *,
const translation_unit &);
46void register_finish_translation_unit_callback (
47 finish_translation_unit_callback callback);
51void on_finish_translation_unit (
const translation_unit &tu);
union tree_node * tree
Definition coretypes.h:97
Definition access-diagram.h:30