Function: semantic-analyze-scope-lineage-tags

semantic-analyze-scope-lineage-tags is a byte-compiled function defined in scope.el.gz.

Signature

(semantic-analyze-scope-lineage-tags PARENTS SCOPEDTYPES)

Documentation

Return the full lineage of tags from PARENTS.

The return list is of the form ( TAG . PROTECTION ), where TAG is a tag, and PROTECTION is the level of protection offered by the relationship. Optional SCOPETYPES are additional scoped entities in which our parent might be found.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/scope.el.gz
(define-overloadable-function semantic-analyze-scope-lineage-tags (parents scopedtypes)
  "Return the full lineage of tags from PARENTS.
The return list is of the form ( TAG . PROTECTION ), where TAG is a tag,
and PROTECTION is the level of protection offered by the relationship.
Optional SCOPETYPES are additional scoped entities in which our parent might
be found.")