Lines Matching refs:refdecl
1202 tree refdecl; member
1224 return ref->refdecl; in build_v2_selector_messenger_reference()
1235 e.refdecl = decl; in build_v2_selector_messenger_reference()
1259 tree refdecl; member
1278 if (!ref->refdecl) in objc_v2_get_protocol_reference()
1279 ref->refdecl = build_v2_protocollist_ref_decl (ident); in objc_v2_get_protocol_reference()
1280 return ref->refdecl; in objc_v2_get_protocol_reference()
1292 e.refdecl = decl; in objc_v2_get_protocol_reference()
1907 tree struct_type = TREE_TYPE (ref->refdecl); in build_v2_message_ref_translation_table()
1908 location_t loc = DECL_SOURCE_LOCATION (ref->refdecl); in build_v2_message_ref_translation_table()
1920 finish_var_decl (ref->refdecl, constructor); in build_v2_message_ref_translation_table()
2111 finish_var_decl (ref->refdecl, expr); in build_v2_protocol_list_translation_table()
2129 e.refdecl = protocol_decl; in objc_add_to_protocol_list()
2152 expr = convert (objc_protocol_type, build_fold_addr_expr (ref->refdecl)); in build_v2_protocol_list_address_table()