semantic-tag-type

semantic-tag-type is a compiled Lisp function in `tag.el'.

(semantic-tag-type TAG)

Return the value of the `:type' attribute of TAG.
For a function it would be the data type of the return value.
For a variable, it is the storage type of that variable.
For a data type, the type is the style of datatype, such as
struct or union.