Home
last modified time | relevance | path

Searched refs:build_method_decl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc116 static tree build_method_decl (enum tree_code, tree, tree, tree, bool);
2145 return build_method_decl (CLASS_METHOD_DECL, rettype, selector, in objc_build_method_signature()
2148 return build_method_decl (INSTANCE_METHOD_DECL, rettype, selector, in objc_build_method_signature()
4972 build_method_decl (enum tree_code code, tree ret_type, tree selector, in build_method_decl() function
8169 getter_decl = build_method_decl (INSTANCE_METHOD_DECL, in finish_class()
8213 setter_decl = build_method_decl (INSTANCE_METHOD_DECL, in finish_class()
H A DChangeLog3730 * objc-act.c (build_method_decl): Take an additional "ellipsis"
3733 argument and pass it to build_method_decl.
3966 build_method_decl, objc_add_method, add_instance_variable,
4105 finish_class, start_method_def, start_protocol, build_method_decl,
4202 build_ivar_reference, build_keyword_decl, build_method_decl,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c116 static tree build_method_decl (enum tree_code, tree, tree, tree, bool);
2082 return build_method_decl (CLASS_METHOD_DECL, rettype, selector, in objc_build_method_signature()
2085 return build_method_decl (INSTANCE_METHOD_DECL, rettype, selector, in objc_build_method_signature()
4894 build_method_decl (enum tree_code code, tree ret_type, tree selector, in build_method_decl() function
8069 getter_decl = build_method_decl (INSTANCE_METHOD_DECL, in finish_class()
8112 setter_decl = build_method_decl (INSTANCE_METHOD_DECL, in finish_class()