Lines Matching refs:objc_implementation_context

426   if (objc_implementation_context)  in objc_write_global_declarations()
429 finish_class (objc_implementation_context); in objc_write_global_declarations()
431 objc_implementation_context = NULL_TREE; in objc_write_global_declarations()
660 objc_implementation_context in objc_start_class_implementation()
670 objc_implementation_context in objc_start_category_implementation()
674 = continue_class (objc_implementation_context); in objc_start_category_implementation()
681 = continue_class (objc_implementation_context); in objc_continue_implementation()
692 if (objc_implementation_context) in objc_finish_implementation()
694 finish_class (objc_implementation_context); in objc_finish_implementation()
696 objc_implementation_context = NULL_TREE; in objc_finish_implementation()
1613 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
1626 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
1689 if (objc_implementation_context in objc_maybe_build_component_ref()
1690 && CLASS_NAME (objc_implementation_context) in objc_maybe_build_component_ref()
1692 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
1705 if (objc_implementation_context in objc_maybe_build_component_ref()
1706 && CLASS_NAME (objc_implementation_context) in objc_maybe_build_component_ref()
1708 implementation = objc_implementation_context; in objc_maybe_build_component_ref()
2184 if (!objc_implementation_context) in objc_start_method_definition()
2203 objc_add_method (objc_implementation_context, in objc_start_method_definition()
4689 if (!objc_implementation_context) in objc_generate_cxx_cdtors()
4695 if (TREE_CODE (objc_implementation_context) != CLASS_IMPLEMENTATION_TYPE) in objc_generate_cxx_cdtors()
5733 if (!method_prototype && objc_implementation_context in objc_finish_message_expr()
5734 && CLASS_NAME (objc_implementation_context) in objc_finish_message_expr()
5739 ? CLASS_CLS_METHODS (objc_implementation_context) in objc_finish_message_expr()
5740 : CLASS_NST_METHODS (objc_implementation_context)), in objc_finish_message_expr()
6593 if (objc_implementation_context in objc_is_public()
6594 && ((TREE_CODE (objc_implementation_context) in objc_is_public()
6596 || (TREE_CODE (objc_implementation_context) in objc_is_public()
6850 switch (TREE_CODE (objc_implementation_context)) in check_methods_accessible()
6854 CLASS_NAME (objc_implementation_context)); in check_methods_accessible()
6858 CLASS_SUPER_NAME (objc_implementation_context)); in check_methods_accessible()
6889 objc_implementation_context, in check_protocol()
6892 objc_implementation_context, in check_protocol()
6898 objc_implementation_context, in check_protocol()
6901 objc_implementation_context, in check_protocol()
6965 if (objc_implementation_context) in start_class()
6968 finish_class (objc_implementation_context); in start_class()
6970 objc_implementation_context = NULL_TREE; in start_class()
7051 objc_implementation_context = klass; in start_class()
7059 add_interface (implementation_template = objc_implementation_context, in start_class()
7080 CLASS_SUPER_NAME (objc_implementation_context) in start_class()
7084 if (!CLASS_SUPER_NAME (objc_implementation_context) in start_class()
7189 objc_implementation_context = klass; in start_class()
7368 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_getter()
7549 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_setter()
7741 …for (property = IMPL_PROPERTY_DECL (objc_implementation_context); property; property = TREE_CHAIN … in objc_add_synthesize_declaration_for_property()
7862 for (x = IMPL_PROPERTY_DECL (objc_implementation_context); x; x = TREE_CHAIN (x)) in objc_add_synthesize_declaration_for_property()
7888 TREE_CHAIN (property) = IMPL_PROPERTY_DECL (objc_implementation_context); in objc_add_synthesize_declaration_for_property()
7889 IMPL_PROPERTY_DECL (objc_implementation_context) = property; in objc_add_synthesize_declaration_for_property()
7913 if (!objc_implementation_context) in objc_add_synthesize_declaration()
7923 if (TREE_CODE (objc_implementation_context) == CATEGORY_IMPLEMENTATION_TYPE) in objc_add_synthesize_declaration()
7929 interface = lookup_interface (CLASS_NAME (objc_implementation_context)); in objc_add_synthesize_declaration()
7958 …for (property = IMPL_PROPERTY_DECL (objc_implementation_context); property; property = TREE_CHAIN … in objc_add_dynamic_declaration_for_property()
8003 TREE_CHAIN (property) = IMPL_PROPERTY_DECL (objc_implementation_context); in objc_add_dynamic_declaration_for_property()
8004 IMPL_PROPERTY_DECL (objc_implementation_context) = property; in objc_add_dynamic_declaration_for_property()
8022 if (!objc_implementation_context) in objc_add_dynamic_declaration()
8033 switch (TREE_CODE (objc_implementation_context)) in objc_add_dynamic_declaration()
8036 interface = lookup_interface (CLASS_NAME (objc_implementation_context)); in objc_add_dynamic_declaration()
8040 CLASS_SUPER_NAME (objc_implementation_context)); in objc_add_dynamic_declaration()
8072 for (x = IMPL_PROPERTY_DECL (objc_implementation_context); x; x = TREE_CHAIN (x)) in objc_gen_property_data()
8107 if (implementation_template != objc_implementation_context) in finish_class()
8111 objc_implementation_context, '+'); in finish_class()
8113 objc_implementation_context, '-'); in finish_class()
8118 CLASS_NAME (objc_implementation_context)); in finish_class()
8133 objc_implementation_context, '+'); in finish_class()
8135 objc_implementation_context, '-'); in finish_class()
8140 CLASS_SUPER_NAME (objc_implementation_context)); in finish_class()
8561 if(CLASS_SUPER_NAME (objc_implementation_context) in start_method_def()
8878 class_name = IDENTIFIER_POINTER (CLASS_NAME (objc_implementation_context)); in really_start_method()
8879 cat_name = ((TREE_CODE (objc_implementation_context) in really_start_method()
8882 : IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context))); in really_start_method()
8919 if (implementation_template != objc_implementation_context) in really_start_method()
8968 if (TREE_CODE (objc_implementation_context) in really_start_method()
8972 CLASS_SUPER_NAME (objc_implementation_context)); in really_start_method()
9024 gcc_assert (imp_list->imp_context == objc_implementation_context in get_super_receiver()
9028 if (TREE_CODE (objc_implementation_context) == CLASS_IMPLEMENTATION_TYPE) in get_super_receiver()