Function: semantic-analyze-type-constants
semantic-analyze-type-constants is an autoloaded and byte-compiled
function defined in complete.el.gz.
Signature
(semantic-analyze-type-constants TYPE)
Documentation
For the tag TYPE, return any constant symbols of TYPE.
Used as options when completing.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/analyze/complete.el.gz
;;; Code:
;;; Helper Fcns
;;
;;
;;;###autoload
(define-overloadable-function semantic-analyze-type-constants (type)
"For the tag TYPE, return any constant symbols of TYPE.
Used as options when completing.")