Lines Matching refs:objc_method_context

1514       else if (objc_method_context)  in objc_maybe_build_component_ref()
1535 if (TREE_CODE (objc_method_context) != CLASS_METHOD_DECL) in objc_maybe_build_component_ref()
1554 (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL), in objc_maybe_build_component_ref()
5233 if (objc_method_context in receiver_is_class_object()
5234 && TREE_CODE (objc_method_context) == CLASS_METHOD_DECL in receiver_is_class_object()
5844 if (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL) in build_ivar_reference()
6532 if (!objc_method_context) in objc_is_public()
8410 if (objc_method_context in synth_self_and_ucmd_args()
8411 && TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL) in synth_self_and_ucmd_args()
8454 objc_method_context = method; in start_method_def()
8491 really_start_method (objc_method_context, parm_info); in start_method_def()
8866 if (objc_method_context) in get_super_receiver()
8899 inst_meth = (TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL); in get_super_receiver()
8951 if (objc_method_context in objc_clear_super_receiver()
8972 METHOD_ENCODING (objc_method_context) in objc_finish_method_definition()
8973 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
8977 objc_method_context = NULL_TREE; in objc_finish_method_definition()
9443 if (!objc_method_context) in objc_diagnose_private_ivar()
9464 if (!objc_method_context) in objc_lookup_ivar()
9473 if (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL in objc_lookup_ivar()
9491 if (TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL in objc_lookup_ivar()