Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DCommentLexer.h38 at_command, // Command with an ID, that used 'at' marker. enumerator
121 assert(is(tok::backslash_command) || is(tok::at_command)); in getCommandID()
126 assert(is(tok::backslash_command) || is(tok::at_command)); in setCommandID()
DCommentParser.h83 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) && in isTokBlockCommand()
/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/llvm-project/clang/lib/AST/
DCommentParser.cpp311 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command)); in parseBlockCommand()
403 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command)); in parseInlineCommand()
428 << CommandTok.is(tok::at_command) in parseInlineCommand()
576 case tok::at_command: { in parseParagraphOrBlockCommand()
586 << Tok.is(tok::at_command) in parseParagraphOrBlockCommand()
737 case tok::at_command: in parseBlockContent()
DCommentBriefParser.cpp79 if (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) { in Parse()
DCommentLexer.cpp359 (*TokenPtr == '@') ? tok::at_command : tok::backslash_command; in lexCommentText()
/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.c116 struct at_command { struct
1059 static struct at_command at_commands[] = {
1091 struct at_command *atc; in handle_at_command()
/external/llvm-project/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()
/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()