Home
last modified time | relevance | path

Searched refs:at_command (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DCommentLexer.h40 at_command, // Command with an ID, that used 'at' marker. enumerator
123 assert(is(tok::backslash_command) || is(tok::at_command)); in getCommandID()
128 assert(is(tok::backslash_command) || is(tok::at_command)); in setCommandID()
DCommentParser.h84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) && in isTokBlockCommand()
/external/clang/lib/AST/
DCommentParser.cpp312 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command)); in parseBlockCommand()
404 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command)); in parseInlineCommand()
572 case tok::at_command: { in parseParagraphOrBlockCommand()
582 << Tok.is(tok::at_command) in parseParagraphOrBlockCommand()
733 case tok::at_command: in parseBlockContent()
DCommentBriefParser.cpp81 if (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) { in Parse()
DCommentLexer.cpp329 (*TokenPtr == '@') ? tok::at_command : tok::backslash_command; in lexCommentText()
/external/adhd/cras/src/server/
Dcras_hfp_slc.c80 struct at_command { struct
526 static struct at_command at_commands[] = {
549 struct at_command *atc; in handle_at_command()
/external/clang/unittests/AST/
DCommentLexer.cpp421 ASSERT_EQ(tok::at_command, Toks[1].getKind()); in TEST_F()
424 ASSERT_EQ(tok::at_command, Toks[2].getKind()); in TEST_F()
430 ASSERT_EQ(tok::at_command, Toks[4].getKind()); in TEST_F()
436 ASSERT_EQ(tok::at_command, Toks[6].getKind()); in TEST_F()
518 ASSERT_EQ(tok::at_command, Toks[5].getKind()); in TEST_F()