Searched defs:lang_hooks_for_decls (Results 1 – 2 of 2) sorted by relevance
149 struct lang_hooks_for_decls struct154 bool (*global_bindings_p) (void);160 tree (*pushdecl) (tree);163 tree (*getdecls) (void);166 bool (*function_decl_explicit_p) (tree);170 bool (*generic_generic_parameter_decl_p) (const_tree);174 bool (*function_parm_expanded_from_pack_p) (tree, tree);177 tree (*get_generic_function_decl) (const_tree);181 bool (*warn_unused_global) (const_tree);185 void (*final_write_globals) (void);[all …]
181 struct lang_hooks_for_decls struct186 bool (*global_bindings_p) (void);192 tree (*pushdecl) (tree);195 tree (*getdecls) (void);199 int (*decl_dwarf_attribute) (const_tree, int);203 bool (*generic_generic_parameter_decl_p) (const_tree);207 bool (*function_parm_expanded_from_pack_p) (tree, tree);210 tree (*get_generic_function_decl) (const_tree);214 bool (*warn_unused_global) (const_tree);220 void (*post_compilation_parsing_cleanups) (void);[all …]