Function: semantic-scope-tag-get-scope
semantic-scope-tag-get-scope is a byte-compiled function defined in
scope.el.gz.
Signature
(semantic-scope-tag-get-scope TAG)
Documentation
Get from TAG the list of tags comprising the scope from TAG.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/scope.el.gz
(defun semantic-scope-tag-get-scope (tag)
"Get from TAG the list of tags comprising the scope from TAG."
(semantic--tag-get-property tag 'scope))