Home
last modified time | relevance | path

Searched refs:method_decl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-encoding.cc100 encode_method_prototype (tree method_decl) in encode_method_prototype() argument
108 encode_type_qualifiers (TREE_PURPOSE (TREE_TYPE (method_decl))); in encode_method_prototype()
111 encode_type (objc_method_parm_type (method_decl), in encode_method_prototype()
120 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
129 error_at (DECL_SOURCE_LOCATION (method_decl), in encode_method_prototype()
144 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
H A Dobjc-encoding.h30 extern tree encode_method_prototype (tree method_decl);
H A Dobjc-act.cc4975 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()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-encoding.c100 encode_method_prototype (tree method_decl) in encode_method_prototype() argument
108 encode_type_qualifiers (TREE_PURPOSE (TREE_TYPE (method_decl))); in encode_method_prototype()
111 encode_type (objc_method_parm_type (method_decl), in encode_method_prototype()
120 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
129 error_at (DECL_SOURCE_LOCATION (method_decl), in encode_method_prototype()
144 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
H A Dobjc-encoding.h30 extern tree encode_method_prototype (tree method_decl);
H A Dobjc-act.c4897 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()
[all …]