c-recognize-post-brace-list-type-p

c-recognize-post-brace-list-type-p is a variable defined in `cc-engine.el'.
Its value is
nil

  • Automatically becomes buffer-local when set.

Documentation:
Set to t when we recognize a colon and then a type after an enum,
e.g., enum foo : int { A, B, C };