Function: semanticdb-find-table-for-include
semanticdb-find-table-for-include is an autoloaded and byte-compiled
function defined in db-find.el.gz.
Signature
(semanticdb-find-table-for-include INCLUDETAG &optional TABLE)
Documentation
For a single INCLUDETAG found in TABLE, find a semanticdb-table(var)/semanticdb-table(fun) object.
INCLUDETAG is a semantic TAG of class include.
TABLE is a semanticdb table that identifies where INCLUDETAG came from.
TABLE is optional if INCLUDETAG has an overlay of :filename attribute.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-find.el.gz
;;;###autoload
(define-overloadable-function semanticdb-find-table-for-include (includetag &optional table)
"For a single INCLUDETAG found in TABLE, find a `semanticdb-table' object.
INCLUDETAG is a semantic TAG of class `include'.
TABLE is a semanticdb table that identifies where INCLUDETAG came from.
TABLE is optional if INCLUDETAG has an overlay of :filename attribute."
)