Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/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()
H A Dobjc-act.cc116 static tree build_method_decl (enum tree_code, tree, tree, tree, bool);
2142 return build_method_decl (CLASS_METHOD_DECL, rettype, selector, in objc_build_method_signature()
2145 return build_method_decl (INSTANCE_METHOD_DECL, rettype, selector, in objc_build_method_signature()
4969 build_method_decl (enum tree_code code, tree ret_type, tree selector, in build_method_decl() function
8166 getter_decl = build_method_decl (INSTANCE_METHOD_DECL, in finish_class()
8210 setter_decl = build_method_decl (INSTANCE_METHOD_DECL, in finish_class()
H A DChangeLog3670 * objc-act.c (build_method_decl): Take an additional "ellipsis"
3673 argument and pass it to build_method_decl.
3906 build_method_decl, objc_add_method, add_instance_variable,
4045 finish_class, start_method_def, start_protocol, build_method_decl,
4142 build_ivar_reference, build_keyword_decl, build_method_decl,
/netbsd/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()