semantic-tag

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

(semantic-tag NAME CLASS &rest ATTRIBUTES)

Create a generic semantic tag.
NAME is a string representing the name of this tag.
CLASS is the symbol that represents the class of tag this is,
such as 'variable, or 'function.
ATTRIBUTES is a list of additional attributes belonging to this tag.