Searched refs:set_identifier_kind (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | lex.cc | 122 set_identifier_kind (tree id, cp_identifier_kind kind) in set_identifier_kind() function 183 set_identifier_kind (ident, cik_simple_op); in init_operators() 210 set_identifier_kind (ident, cik_assign_op); in init_operators() 260 set_identifier_kind (id, cik_keyword); in init_reswords() 269 set_identifier_kind (id, cik_keyword); in init_reswords() 274 set_identifier_kind (id, cik_keyword); in init_reswords()
|
| D | ChangeLog-2017 | 2816 (get_identifier_kind_name, set_identifier_kind): Declare. 2817 * lex.c (get_identifier_kind_name, set_identifier_kind): New. 2819 set_identifier_kind. Copy TYPE_EXPR slot. 2820 (init_reswords): Call set_identifier_kind. 2825 set_identifier_kind. 2837 (mangle_conv_op_name_for_type): Use set_identifier_kind.
|
| D | cp-tree.h | 7109 extern void set_identifier_kind (tree, cp_identifier_kind);
|
| D | decl.cc | 4486 set_identifier_kind (*pid->node, pid->kind); in initialize_predefined_identifiers()
|