Variable: c-colon-type-list-re
c-colon-type-list-re is a buffer-local variable defined in
cc-engine.el.gz.
Documentation
Regexp matched after the keywords in c-colon-type-list-kwds to skip
forward to the colon. The end of the match is assumed to be directly
after the colon, so the regexp should end with ":". Must be a
regexp if c-colon-type-list-kwds isn't nil.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz
(c-declare-lang-variables)