Searched refs:found_decl (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 9996 tree found_decl = TYPE_NAME (DECL_CONTEXT (found)); local 10000 IDENTIFIER_POINTER (DECL_NAME (found_decl))); 13097 resolve_qualified_expression_name (wfl, found_decl, where_found, type_found) in resolve_qualified_expression_name() argument 13099 tree *found_decl, *type_found, *where_found; 13635 *found_decl = decl;
|
| H A D | parse.y | 6431 tree found_decl = TYPE_NAME (DECL_CONTEXT (found)); local 6435 IDENTIFIER_POINTER (DECL_NAME (found_decl))); 9532 resolve_qualified_expression_name (wfl, found_decl, where_found, type_found) in resolve_qualified_expression_name() argument 9534 tree *found_decl, *type_found, *where_found; 10070 *found_decl = decl;
|