Searched refs:maybe_create_class_interface_decl (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 3462 * parse.y (maybe_create_class_interface_decl): Likewise. 7064 (maybe_create_class_interface_decl, 7075 (maybe_create_class_interface_decl): Reversed Jan 12, 2000 extra 7135 (maybe_create_class_interface_decl, 7146 (maybe_create_class_interface_decl): Don't set DECL_CONTEXT on 7153 maybe_create_class_interface_decl with extra new argument. Don't 7219 (maybe_create_class_interface_decl): Likewise. 7271 as an extra argument to maybe_create_class_interface_decl. 7277 maybe_create_class_interface_decl. Add the private this$<n> 9004 (maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the [all …]
|
| H A D | parse.c | 356 static tree maybe_create_class_interface_decl PARAMS ((tree, tree, tree, tree)); 7330 maybe_create_class_interface_decl (decl, raw_name, qualified_name, cl) in maybe_create_class_interface_decl() function 7443 decl = maybe_create_class_interface_decl (decl, raw_name, q_name, id); 7583 decl = maybe_create_class_interface_decl (decl, raw_name, class_id, id);
|
| H A D | parse.y | 116 static tree maybe_create_class_interface_decl PARAMS ((tree, tree, tree, tree)); 3765 maybe_create_class_interface_decl (decl, raw_name, qualified_name, cl) in maybe_create_class_interface_decl() function 3878 decl = maybe_create_class_interface_decl (decl, raw_name, q_name, id); 4018 decl = maybe_create_class_interface_decl (decl, raw_name, class_id, id);
|