Function: semantic-tag-function-constructor-p
semantic-tag-function-constructor-p is a byte-compiled function
defined in tag.el.gz.
Signature
(semantic-tag-function-constructor-p TAG)
Documentation
Return non-nil if TAG describes a constructor function.
That is the value of the :constructor-flag attribute.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defsubst semantic-tag-function-constructor-p (tag)
"Return non-nil if TAG describes a constructor function.
That is the value of the `:constructor-flag' attribute."
(semantic-tag-get-attribute tag :constructor-flag))