semantic-create-tag-proxy

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

(semantic-create-tag-proxy FUNCTION DATA)

Create a tag proxy symbol.
FUNCTION will be used to resolve the proxy. It should take 3
two arguments, DATA and TAG. TAG is a proxy tag that needs
to be resolved, and DATA is the DATA passed into this function.
DATA is data to help resolve the proxy. DATA can be an EIEIO object,
such that FUNCTION is a method.
FUNCTION should return a list of tags, preferably one tag.