Lines Matching refs:objc_method_context

1578       else if (objc_method_context)  in objc_maybe_build_component_ref()
1599 if (TREE_CODE (objc_method_context) != CLASS_METHOD_DECL) in objc_maybe_build_component_ref()
1618 (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL), in objc_maybe_build_component_ref()
5312 if (objc_method_context in receiver_is_class_object()
5313 && TREE_CODE (objc_method_context) == CLASS_METHOD_DECL in receiver_is_class_object()
5930 if (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL) in build_ivar_reference()
6618 if (!objc_method_context) in objc_is_public()
8524 if (objc_method_context in synth_self_and_ucmd_args()
8525 && TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL) in synth_self_and_ucmd_args()
8568 objc_method_context = method; in start_method_def()
8605 really_start_method (objc_method_context, parm_info); in start_method_def()
8993 if (objc_method_context) in get_super_receiver()
9026 inst_meth = (TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL); in get_super_receiver()
9078 if (objc_method_context in objc_clear_super_receiver()
9099 METHOD_ENCODING (objc_method_context) in objc_finish_method_definition()
9100 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
9104 objc_method_context = NULL_TREE; in objc_finish_method_definition()
9570 if (!objc_method_context) in objc_diagnose_private_ivar()
9591 if (!objc_method_context) in objc_lookup_ivar()
9600 if (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL in objc_lookup_ivar()
9618 if (TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL in objc_lookup_ivar()