Lines Matching refs:objc_method_context

1434       else if (objc_method_context)  in objc_maybe_build_component_ref()
1453 if (TREE_CODE (objc_method_context) != CLASS_METHOD_DECL) in objc_maybe_build_component_ref()
1472 (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL), in objc_maybe_build_component_ref()
5128 if (objc_method_context in receiver_is_class_object()
5129 && TREE_CODE (objc_method_context) == CLASS_METHOD_DECL in receiver_is_class_object()
5738 if (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL) in build_ivar_reference()
6427 if (!objc_method_context) in objc_is_public()
8300 if (objc_method_context in synth_self_and_ucmd_args()
8301 && TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL) in synth_self_and_ucmd_args()
8344 objc_method_context = method; in start_method_def()
8381 really_start_method (objc_method_context, parm_info); in start_method_def()
8756 if (objc_method_context) in get_super_receiver()
8789 inst_meth = (TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL); in get_super_receiver()
8841 if (objc_method_context in objc_clear_super_receiver()
8862 METHOD_ENCODING (objc_method_context) in objc_finish_method_definition()
8863 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
8867 objc_method_context = NULL_TREE; in objc_finish_method_definition()
9329 if (!objc_method_context) in objc_diagnose_private_ivar()
9350 if (!objc_method_context) in objc_lookup_ivar()
9359 if (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL in objc_lookup_ivar()
9371 if (TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL in objc_lookup_ivar()