semantic-mode

semantic-mode is an interactive autoloaded compiled Lisp function in `semantic.el'.

It is bound to <menu-bar> <tools> <semantic>.

(semantic-mode &optional ARG)

Toggle parser features (Semantic mode).
With a prefix argument ARG, enable Semantic mode if ARG is
positive, and disable it otherwise. If called from Lisp, enable
Semantic mode if ARG is omitted or nil.

In Semantic mode, Emacs parses the buffers you visit for their
semantic content. This information is used by a variety of
auxiliary minor modes, listed in `semantic-default-submodes';
all the minor modes in this list are also enabled when you enable
Semantic mode.

key binding
--- -------

C-c Prefix Command

C-c , Prefix Command

C-c , C-w senator-kill-tag
C-c , C-y senator-yank-tag
C-c , ESC Prefix Command
C-c , SPC semantic-complete-analyze-inline
C-c , , semantic-force-refresh
C-c , G semantic-symref
C-c , J semantic-complete-jump
C-c , g semantic-symref-symbol
C-c , j semantic-complete-jump-local
C-c , l semantic-analyze-possible-completions
C-c , m semantic-complete-jump-local-members
C-c , n senator-next-tag
C-c , p senator-previous-tag
C-c , r senator-copy-tag-to-register
C-c , u senator-go-to-up-reference
C-c , <down> senator-transpose-tags-down
C-c , <up> senator-transpose-tags-up

C-c , M-w senator-copy-tag