Function: semantic-find-tags-included
semantic-find-tags-included is an autoloaded and byte-compiled
function defined in find.el.gz.
Signature
(semantic-find-tags-included &optional TABLE)
Documentation
Find all tags in TABLE that are of the include class.
TABLE is a tag table. See semantic-something-to-tag-table.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/find.el.gz
;;;###autoload
(define-overloadable-function semantic-find-tags-included (&optional table)
"Find all tags in TABLE that are of the `include' class.
TABLE is a tag table. See `semantic-something-to-tag-table'.")