semantic-tag-of-type-p

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

(semantic-tag-of-type-p TAG TYPE)

Compare TAG's type against TYPE. Non nil if equivalent.
TYPE can be a string, or a tag of class 'type.
This can be complex since some tags might have a :type that is a tag,
while other tags might just have a string. This function will also be
return true of TAG's type is compared directly to the declaration of a
data type.