Searched refs:method_id (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c7185 tree method_decl, method_id;
7208 method_id = get_identifier (buf);
7210 method_decl = build_nt (CALL_EXPR, method_id, parmlist, NULL_TREE);
7164 tree method_decl, method_id; local
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c8674 tree method_id;
8696 method_id = get_identifier (buf);
8705 objc_start_function (method_id, meth_type, NULL_TREE, parmlist);
8670 tree method_id; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc11183 const Typed_identifier* method_id = type->find_method(name); local
11184 if (method_id == NULL)
11187 Function_type* orig_fntype = method_id->type()->function_type();

Completed in 191 milliseconds