Function: semantic-analyze-scoped-tags

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

Signature

(semantic-analyze-scoped-tags TYPELIST PARENTLIST)

Documentation

Return accessible tags when TYPELIST and PARENTLIST is in scope.

Tags returned are not in the global name space, but are instead scoped inside a class or namespace. Such items can be referenced without use of "object.function()" style syntax due to an implicit "object".

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/scope.el.gz
;;------------------------------------------------------------

(define-overloadable-function semantic-analyze-scoped-tags (typelist parentlist)
  "Return accessible tags when TYPELIST and PARENTLIST is in scope.
Tags returned are not in the global name space, but are instead
scoped inside a class or namespace.  Such items can be referenced
without use of \"object.function()\" style syntax due to an
implicit \"object\".")