Lines Matching refs:method_decl
4897 tree method_decl; in build_method_decl() local
4907 method_decl = make_node (code); in build_method_decl()
4908 TREE_TYPE (method_decl) = ret_type; in build_method_decl()
4914 METHOD_SEL_NAME (method_decl) = build_keyword_selector (selector); in build_method_decl()
4915 METHOD_SEL_ARGS (method_decl) = selector; in build_method_decl()
4916 METHOD_ADD_ARGS (method_decl) = add_args; in build_method_decl()
4917 METHOD_ADD_ARGS_ELLIPSIS_P (method_decl) = ellipsis; in build_method_decl()
4921 METHOD_SEL_NAME (method_decl) = selector; in build_method_decl()
4922 METHOD_SEL_ARGS (method_decl) = NULL_TREE; in build_method_decl()
4923 METHOD_ADD_ARGS (method_decl) = NULL_TREE; in build_method_decl()
4926 return method_decl; in build_method_decl()