semantic--tag-expand

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

(semantic--tag-expand TAG)

Convert TAG from a raw state to a cooked state, and expand it.
Returns a list of cooked tags.

The parser returns raw tags with positional data START END at the
end of the tag data structure (a list for now). We convert it from
that to a cooked state that uses an overlay proxy, that is, a vector
[START END].

The raw tag is changed with side effects and maybe expanded in
several derived tags when the variable `semantic-tag-expand-function'
is set.

This function is for internal use only.