Lines Matching refs:self_decl
1594 else if (t == self_decl) in objc_maybe_build_component_ref()
1612 if (t == self_decl) in objc_maybe_build_component_ref()
1625 if (t == self_decl) in objc_maybe_build_component_ref()
4667 finish_return_stmt (self_decl); in objc_generate_cxx_ctor_or_dtor()
5531 self = (rtype == self_decl); in objc_finish_message_expr()
5943 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference()
5946 base = build_indirect_ref (input_location, self_decl, RO_ARROW); in build_ivar_reference()
7438 (NULL_TREE, self_decl, in objc_synthesize_getter()
7639 (NULL_TREE, self_decl, in objc_synthesize_setter()
8904 self_decl = DECL_ARGUMENTS (current_function_decl); in really_start_method()
8907 TREE_USED (self_decl) = 1; in really_start_method()
8908 DECL_READ_P (self_decl) = 1; in really_start_method()
8909 TREE_USED (DECL_CHAIN (self_decl)) = 1; in really_start_method()
8910 DECL_READ_P (DECL_CHAIN (self_decl)) = 1; in really_start_method()
9014 NOP_EXPR, input_location, self_decl, in get_super_receiver()