Function: semantic-tag-components-with-overlays
semantic-tag-components-with-overlays is a byte-compiled function
defined in tag.el.gz.
Signature
(semantic-tag-components-with-overlays TAG)
Documentation
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 type (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.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(define-overloadable-function 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 type (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."
)