Searched refs:method_decl (Results 1 – 3 of 3) sorted by relevance
102 encode_method_prototype (tree method_decl) in encode_method_prototype() argument110 encode_type_qualifiers (TREE_PURPOSE (TREE_TYPE (method_decl))); in encode_method_prototype()113 encode_type (objc_method_parm_type (method_decl), in encode_method_prototype()122 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()131 error_at (DECL_SOURCE_LOCATION (method_decl), in encode_method_prototype()146 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
32 extern tree encode_method_prototype (tree method_decl);
4783 tree method_decl; in build_method_decl() local4793 method_decl = make_node (code); in build_method_decl()4794 TREE_TYPE (method_decl) = ret_type; in build_method_decl()4800 METHOD_SEL_NAME (method_decl) = build_keyword_selector (selector); in build_method_decl()4801 METHOD_SEL_ARGS (method_decl) = selector; in build_method_decl()4802 METHOD_ADD_ARGS (method_decl) = add_args; in build_method_decl()4803 METHOD_ADD_ARGS_ELLIPSIS_P (method_decl) = ellipsis; in build_method_decl()4807 METHOD_SEL_NAME (method_decl) = selector; in build_method_decl()4808 METHOD_SEL_ARGS (method_decl) = NULL_TREE; in build_method_decl()4809 METHOD_ADD_ARGS (method_decl) = NULL_TREE; in build_method_decl()[all …]