ebrowse-class-alist-for-member

ebrowse-class-alist-for-member is a compiled Lisp function in `ebrowse.el'.

(ebrowse-class-alist-for-member TREE-HEADER NAME)

Return information about a member in a class tree.
TREE-HEADER is the header structure of the class tree.
NAME is the name of the member.
Value is an alist of elements (CLASS-NAME . (CLASS LIST NAME)),
where each element describes one occurrence of member NAME in the tree.
CLASS-NAME is the qualified name of the class in which the
member was found. The CDR of the acons is described in function
`ebrowse-class/index/member-for-member'.