c-postprocess-file-styles

c-postprocess-file-styles is a compiled Lisp function in `cc-mode.el'.

(c-postprocess-file-styles)

Function that post processes relevant file local variables in CC Mode.
Currently, this function simply applies any style and offset settings
found in the file's Local Variable list. It first applies any style
setting found in `c-file-style', then it applies any offset settings
it finds in `c-file-offsets'.

Note that the style variables are always made local to the buffer.