c-colon-type-list-re
c-colon-type-list-re is a variable defined in `
cc-engine.el
'.
Its value is
nil
- Automatically becomes buffer-local when set.
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.