Lines Matching refs:objc_implementation_context

411   if (objc_implementation_context)  in objc_write_global_declarations()
414 finish_class (objc_implementation_context); in objc_write_global_declarations()
416 objc_implementation_context = NULL_TREE; in objc_write_global_declarations()
645 objc_implementation_context in objc_start_class_implementation()
655 objc_implementation_context in objc_start_category_implementation()
659 = continue_class (objc_implementation_context); in objc_start_category_implementation()
666 = continue_class (objc_implementation_context); in objc_continue_implementation()
677 if (objc_implementation_context) in objc_finish_implementation()
679 finish_class (objc_implementation_context); in objc_finish_implementation()
681 objc_implementation_context = NULL_TREE; in objc_finish_implementation()
1467 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
1480 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
1543 if (objc_implementation_context in objc_maybe_build_component_ref()
1544 && CLASS_NAME (objc_implementation_context) in objc_maybe_build_component_ref()
1546 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
1559 if (objc_implementation_context in objc_maybe_build_component_ref()
1560 && CLASS_NAME (objc_implementation_context) in objc_maybe_build_component_ref()
1562 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
2024 if (!objc_implementation_context) in objc_start_method_definition()
2045 objc_add_method (objc_implementation_context, in objc_start_method_definition()
4501 if (!objc_implementation_context) in objc_generate_cxx_cdtors()
4507 if (TREE_CODE (objc_implementation_context) != CLASS_IMPLEMENTATION_TYPE) in objc_generate_cxx_cdtors()
5546 if (!method_prototype && objc_implementation_context in objc_finish_message_expr()
5547 && CLASS_NAME (objc_implementation_context) in objc_finish_message_expr()
5552 ? CLASS_CLS_METHODS (objc_implementation_context) in objc_finish_message_expr()
5553 : CLASS_NST_METHODS (objc_implementation_context)), in objc_finish_message_expr()
6402 if (objc_implementation_context in objc_is_public()
6403 && ((TREE_CODE (objc_implementation_context) in objc_is_public()
6405 || (TREE_CODE (objc_implementation_context) in objc_is_public()
6659 switch (TREE_CODE (objc_implementation_context)) in check_methods_accessible()
6663 CLASS_NAME (objc_implementation_context)); in check_methods_accessible()
6667 CLASS_SUPER_NAME (objc_implementation_context)); in check_methods_accessible()
6698 objc_implementation_context, in check_protocol()
6701 objc_implementation_context, in check_protocol()
6707 objc_implementation_context, in check_protocol()
6710 objc_implementation_context, in check_protocol()
6774 if (objc_implementation_context) in start_class()
6777 finish_class (objc_implementation_context); in start_class()
6779 objc_implementation_context = NULL_TREE; in start_class()
6858 objc_implementation_context = klass; in start_class()
6866 add_interface (implementation_template = objc_implementation_context, in start_class()
6887 CLASS_SUPER_NAME (objc_implementation_context) in start_class()
6982 objc_implementation_context = klass; in start_class()
7163 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_getter()
7343 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_setter()
7534 …for (property = IMPL_PROPERTY_DECL (objc_implementation_context); property; property = TREE_CHAIN … in objc_add_synthesize_declaration_for_property()
7653 for (x = IMPL_PROPERTY_DECL (objc_implementation_context); x; x = TREE_CHAIN (x)) in objc_add_synthesize_declaration_for_property()
7679 TREE_CHAIN (property) = IMPL_PROPERTY_DECL (objc_implementation_context); in objc_add_synthesize_declaration_for_property()
7680 IMPL_PROPERTY_DECL (objc_implementation_context) = property; in objc_add_synthesize_declaration_for_property()
7704 if (!objc_implementation_context) in objc_add_synthesize_declaration()
7714 if (TREE_CODE (objc_implementation_context) == CATEGORY_IMPLEMENTATION_TYPE) in objc_add_synthesize_declaration()
7720 interface = lookup_interface (CLASS_NAME (objc_implementation_context)); in objc_add_synthesize_declaration()
7749 …for (property = IMPL_PROPERTY_DECL (objc_implementation_context); property; property = TREE_CHAIN … in objc_add_dynamic_declaration_for_property()
7794 TREE_CHAIN (property) = IMPL_PROPERTY_DECL (objc_implementation_context); in objc_add_dynamic_declaration_for_property()
7795 IMPL_PROPERTY_DECL (objc_implementation_context) = property; in objc_add_dynamic_declaration_for_property()
7813 if (!objc_implementation_context) in objc_add_dynamic_declaration()
7824 switch (TREE_CODE (objc_implementation_context)) in objc_add_dynamic_declaration()
7827 interface = lookup_interface (CLASS_NAME (objc_implementation_context)); in objc_add_dynamic_declaration()
7831 CLASS_SUPER_NAME (objc_implementation_context)); in objc_add_dynamic_declaration()
7863 for (x = IMPL_PROPERTY_DECL (objc_implementation_context); x; x = TREE_CHAIN (x)) in objc_gen_property_data()
7898 if (implementation_template != objc_implementation_context) in finish_class()
7902 objc_implementation_context, '+'); in finish_class()
7904 objc_implementation_context, '-'); in finish_class()
7909 CLASS_NAME (objc_implementation_context)); in finish_class()
7924 objc_implementation_context, '+'); in finish_class()
7926 objc_implementation_context, '-'); in finish_class()
7931 CLASS_SUPER_NAME (objc_implementation_context)); in finish_class()
8337 if(CLASS_SUPER_NAME (objc_implementation_context) in start_method_def()
8643 class_name = IDENTIFIER_POINTER (CLASS_NAME (objc_implementation_context)); in really_start_method()
8644 cat_name = ((TREE_CODE (objc_implementation_context) in really_start_method()
8647 : IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context))); in really_start_method()
8684 if (implementation_template != objc_implementation_context) in really_start_method()
8731 if (TREE_CODE (objc_implementation_context) in really_start_method()
8735 CLASS_SUPER_NAME (objc_implementation_context)); in really_start_method()
8787 gcc_assert (imp_list->imp_context == objc_implementation_context in get_super_receiver()
8791 if (TREE_CODE (objc_implementation_context) == CLASS_IMPLEMENTATION_TYPE) in get_super_receiver()