Function: semantic-analyze-type-constants-default
semantic-analyze-type-constants-default is a byte-compiled function
defined in complete.el.gz.
Signature
(semantic-analyze-type-constants-default TYPE)
Documentation
Do nothing with TYPE.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/analyze/complete.el.gz
(defun semantic-analyze-type-constants-default (_type)
"Do nothing with TYPE."
nil)