semantic-find-tag-by-overlay

semantic-find-tag-by-overlay is an autoloaded compiled Lisp function in `find.el'.

(semantic-find-tag-by-overlay &optional POSITIONORMARKER BUFFER)

Find all tags covering POSITIONORMARKER by using overlays.
If POSITIONORMARKER is nil, use the current point.
Optional BUFFER is used if POSITIONORMARKER is a number, otherwise the current
buffer is used. This finds all tags covering the specified position
by checking for all overlays covering the current spot. They are then sorted
from largest to smallest via the start location.