semantic-fetch-available-tags

semantic-fetch-available-tags is a compiled Lisp function in `semantic.el'.

(semantic-fetch-available-tags)

Fetch available semantic tags from the current buffer.
That is, return tags currently in the cache without parsing the
current buffer.
Parse operations happen asynchronously when needed on Emacs idle time.
Use the `semantic-after-toplevel-cache-change-hook' and
`semantic-after-partial-cache-change-hook' hooks to synchronize with
new tags when they become available.