semantic-tag-name

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

(semantic-tag-name TAG)

Return the name of TAG.
For functions, variables, classes, typedefs, etc., this is the identifier
that is being defined. For tags without an obvious associated name, this
may be the statement type, e.g., this may return @code{print} for python's
print statement.