Function: semantic-analyze-scope-nested-tags

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

Signature

(semantic-analyze-scope-nested-tags POSITION SCOPEDTYPES)

Documentation

Return a list of types in order of nesting for the context of POSITION.

If POSITION is in a method with a named parent, find that parent, and identify it's scope via overlay instead. 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-nested-tags (position scopedtypes)
  "Return a list of types in order of nesting for the context of POSITION.
If POSITION is in a method with a named parent, find that parent, and
identify it's scope via overlay instead.
Optional SCOPETYPES are additional scoped entities in which our parent might
be found.")