Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-encoding.c122 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
146 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
H A Dobjc-act.h47 #define METHOD_SEL_ARGS(DECL) ((DECL)->decl_non_common.arguments) macro
H A Dobjc-act.c1293 type = TREE_VALUE (TREE_TYPE (METHOD_SEL_ARGS (setter))); in maybe_make_artificial_property_decl()
4801 METHOD_SEL_ARGS (method_decl) = selector; in build_method_decl()
4808 METHOD_SEL_ARGS (method_decl) = NULL_TREE; in build_method_decl()
5009 for (t = METHOD_SEL_ARGS (method); t; t = DECL_CHAIN (t)) in build_function_type_for_method()
8351 parmlist = METHOD_SEL_ARGS (method); in start_method_def()
8483 for (arg1 = METHOD_SEL_ARGS (proto1), arg2 = METHOD_SEL_ARGS (proto2); in comp_proto_with_proto()
8996 chain = METHOD_SEL_ARGS (method); in gen_method_decl()