semantic-find-tags-by-scope-protection

semantic-find-tags-by-scope-protection is an autoloaded compiled Lisp function in `find.el'.

(semantic-find-tags-by-scope-protection SCOPEPROTECTION PARENT &optional TABLE)

Find all tags accessible by SCOPEPROTECTION.
SCOPEPROTECTION is a symbol which can be returned by the method
`semantic-tag-protection'. A hard-coded order is used to determine a match.
PARENT is a tag representing the PARENT slot needed for
`semantic-tag-protection'.
TABLE is a list of tags (a subset of PARENT members) to scan. If TABLE is nil,
the type members of PARENT are used.
See `semantic-tag-protected-p' for details on which tags are returned.