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