semantic-show-parser-state-marker

semantic-show-parser-state-marker is a compiled Lisp function in `util-modes.el'.

(semantic-show-parser-state-marker &rest IGNORE)

Set `semantic-show-parser-state-string' to indicate parser state.
This marker is one of the following:
`-' -> The cache is up to date.
`!' -> The cache requires a full update.
`~' -> The cache needs to be incrementally parsed.
`%' -> The cache is not currently parsable.
`@' -> Auto-parse in progress (not set here.)
Arguments IGNORE are ignored, and accepted so this can be used as a hook
in many situations.