semantic--tag-deep-copy-attributes
semantic--tag-deep-copy-attributes is a compiled Lisp function in `tag.el
'.
(semantic--tag-deep-copy-attributes ATTRS &optional FILTER)
Make a deep copy of ATTRS, applying FILTER to each child-tag.
It is safe to modify ATTR, and return a permutation of that list.
FILTER takes TAG as an argument, and should returns a semantic-tag.
It is safe for FILTER to modify the input tag and return it.