CommentLexer.h | 40 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind 123 assert(is(tok::backslash_command) || is(tok::at_command)); 128 assert(is(tok::backslash_command) || is(tok::at_command));
|