Function: semantic-tag-calculate-parent
semantic-tag-calculate-parent is a byte-compiled function defined in
tag-ls.el.gz.
Signature
(semantic-tag-calculate-parent TAG)
Documentation
Attempt to calculate the parent of TAG.
The default behavior (if not overridden with tag-calculate-parent)
is to search a buffer found with TAG, and if externally defined,
search locally, then semanticdb for that tag (when enabled.)
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag-ls.el.gz
;;; UML features:
;;
;; UML can represent several types of features of a tag
;; such as the `protection' of a symbol, or if it is abstract,
;; leaf, etc. Learn about UML to catch onto the lingo.
(define-overloadable-function semantic-tag-calculate-parent (tag)
"Attempt to calculate the parent of TAG.
The default behavior (if not overridden with `tag-calculate-parent')
is to search a buffer found with TAG, and if externally defined,
search locally, then semanticdb for that tag (when enabled.)")