semantic-tag-components-with-overlays

semantic-tag-components-with-overlays is a compiled Lisp function in `tag.el'.

(semantic-tag-components-with-overlays TAG)

Return the list of top level components belonging to TAG.
Children are any sub-tags which contain overlays.

Default behavior is to get `semantic-tag-components' in addition
to the components of an anonymous types (if applicable.)

Note for language authors:
If a mode defines a language tag that has tags in it with overlays
you should still return them with this function.
Ignoring this step will prevent several features from working correctly.