StreamingASTokenizer: more cases where comment tokens should be ignored and the previous token before the comment should be checked instead.

Mainly applies to the formatter, since comment tokens are usually omitted by the compiler before parsing. However, asdoc comments still need to be ignored sometimes. This differentiates between the last token that isn't a regular comment and the last token that isn't a regular comment or an asdoc comment.
1 file changed