Searched refs:at_command (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentParser.h88 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
H A DCommentLexer.h40 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));
/external/clang/lib/AST/
H A DCommentBriefParser.cpp81 if (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) {
H A DCommentParser.cpp312 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command));
404 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command));
572 case tok::at_command: {
582 << Tok.is(tok::at_command)
733 case tok::at_command:
/external/clang/unittests/AST/
H A DCommentLexer.cpp421 ASSERT_EQ(tok::at_command, Toks[1].getKind());
424 ASSERT_EQ(tok::at_command, Toks[2].getKind());
430 ASSERT_EQ(tok::at_command, Toks[4].getKind());
436 ASSERT_EQ(tok::at_command, Toks[6].getKind());
518 ASSERT_EQ(tok::at_command, Toks[5].getKind());

Completed in 188 milliseconds