c-on-identifier

c-on-identifier is a compiled Lisp function in `cc-engine.el'.

(c-on-identifier)

Return non-nil if the point is on or directly after an identifier.
Keywords are recognized and not considered identifiers. If an
identifier is detected, the returned value is its starting position.
If an identifier ends at the point and another begins at it (can only
happen in Pike) then the point for the preceding one is returned.

Note that this function might do hidden buffer changes. See the
comment at the start of cc-engine.el for more info.