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