Lines Matching refs:parent
911 static struct token *parse_enum_declaration(struct token *token, struct symbol *parent)
918 parent->examined = 1;
919 parent->ctype.base_type = &int_ctype;
954 sym->ctype.base_type = parent;
955 add_ptr_list(&parent->symbol_list, sym);
961 if (ctype == parent)
995 parent->ctype.base_type = base_type;
1028 parent->ctype.base_type = base_type;
1029 parent->ctype.modifiers |= (base_type->ctype.modifiers & MOD_UNSIGNED);
1030 parent->examined = 0;
1034 cast_enum_list(parent->symbol_list, base_type);