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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc7156 else if (this->find_method(p->name()) == NULL)
7215 else if (this->find_method(q->name()) == NULL)
7236 Interface_type::find_method(const std::string& name) const function in class:Interface_type
7361 const Typed_identifier* m = t->find_method(p->name());
9827 else if (it != NULL && it->find_method(name) != NULL)
9966 if (it != NULL && it->find_method(name) != NULL)
H A Dtypes.h2702 find_method(const std::string& name) const;
H A Dexpressions.cc11100 const Typed_identifier* method = interface_type->find_method(this->name_);
11135 interface_type->find_method(this->name_);
11183 const Typed_identifier* method_id = type->find_method(name);
11427 imethod = it->find_method(name);

Completed in 165 milliseconds