Searched refs:create_implicit_typedef (Results 1 – 6 of 6) sorted by relevance
4001 extern tree create_implicit_typedef (tree, tree);
4915 tdef = create_implicit_typedef (name, type); in pushtag()
870 create_implicit_typedef (tree name, tree type) in create_implicit_typedef() function3280 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node); in cxx_init_decl_processing()
3518 (create_implicit_typedef): New function.3531 (create_implicit_typedef): New function.3567 (lookup_template_class): Likewise. Use create_implicit_typedef.
4821 type_decl = create_implicit_typedef (DECL_NAME (template), t); in lookup_template_class()
2534 * decl.c (create_implicit_typedef): Adjust.