HomeSort by: relevance | last modified time | path
    Searched refs:at_command (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentParser.h 83 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
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));
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentBriefParser.cpp 79 if (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) {
CommentParser.cpp 311 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command));
403 assert(Tok.is(tok::backslash_command) || Tok.is(tok::at_command));
428 << CommandTok.is(tok::at_command)
576 case tok::at_command: {
586 << Tok.is(tok::at_command)
737 case tok::at_command:

Completed in 36 milliseconds