semantic--tag-deep-copy-tag-list

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

(semantic--tag-deep-copy-tag-list TAGS &optional FILTER)

Make a deep copy of TAGS, applying FILTER to each child-tag.

It is safe to modify the TAGS list, 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.