Lines Matching refs:method_decl
4975 tree method_decl; in build_method_decl() local
4985 method_decl = make_node (code); in build_method_decl()
4986 TREE_TYPE (method_decl) = ret_type; in build_method_decl()
4992 METHOD_SEL_NAME (method_decl) = build_keyword_selector (selector); in build_method_decl()
4993 METHOD_SEL_ARGS (method_decl) = selector; in build_method_decl()
4994 METHOD_ADD_ARGS (method_decl) = add_args; in build_method_decl()
4995 METHOD_ADD_ARGS_ELLIPSIS_P (method_decl) = ellipsis; in build_method_decl()
4999 METHOD_SEL_NAME (method_decl) = selector; in build_method_decl()
5000 METHOD_SEL_ARGS (method_decl) = NULL_TREE; in build_method_decl()
5001 METHOD_ADD_ARGS (method_decl) = NULL_TREE; in build_method_decl()
5004 return method_decl; in build_method_decl()