ebrowse-tags-view/find-member-decl/defn

ebrowse-tags-view/find-member-decl/defn is a compiled Lisp function in `ebrowse.el'.

(ebrowse-tags-view/find-member-decl/defn PREFIX &key VIEW DEFINITION MEMBER-NAME)

If VIEW is t, view, else find an occurrence of MEMBER-NAME.

If DEFINITION is t, find or view the member definition else its
declaration. This function reads the member's name from the
current buffer like FIND-TAG. It then prepares a completion list
of all classes containing a member with the given name and lets
the user choose the class to use. As a last step, a tags search
is performed that positions point on the member declaration or
definition.