Function: semantic-analyze-scoped-types

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

Signature

(semantic-analyze-scoped-types POSITION)

Documentation

Return a list of types currently in scope at POSITION.

This is based on what tags exist at POSITION, and any associated types available.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/scope.el.gz
;;; SCOPE UTILITIES
;;
;; Functions that do the main scope calculations


(define-overloadable-function semantic-analyze-scoped-types (position)
  "Return a list of types currently in scope at POSITION.
This is based on what tags exist at POSITION, and any associated
types available.")