SpecialMarkerType

The types of special token ranges identified by the parsing pass

Values

ValueMeaning
functionAttributePrefix

Function declarations such as "const int foo();"

cStyleArray

Variable and parameter declarations such as "int bar[]"

bodyEnd

The location of a closing brace for an interface, class, struct, union, or enum.

Meta