semantic--tag-deep-copy-value
semantic--tag-deep-copy-value is a compiled Lisp function in `tag.el
'.
(semantic--tag-deep-copy-value VALUE &optional FILTER)
Make a deep copy of VALUE, applying FILTER to each child-tag.
It is safe to modify VALUE, 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.