Function: semantic-analyze-tag-references

semantic-analyze-tag-references is a byte-compiled function defined in refs.el.gz.

Signature

(semantic-analyze-tag-references TAG &optional DB)

Documentation

Analyze the references for TAG.

Returns a class with information about TAG.

Optional argument DB is a database. It will be used to help locate TAG.

Use semantic-analyze-current-tag to debug this fcn.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/analyze/refs.el.gz
(define-overloadable-function semantic-analyze-tag-references (tag &optional db)
  "Analyze the references for TAG.
Returns a class with information about TAG.

Optional argument DB is a database.  It will be used to help
locate TAG.

Use `semantic-analyze-current-tag' to debug this fcn.")