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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 41 verbatim_block_end, enumerator in enum:clang::comments::tok::TokenKind
131 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end));
136 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end));
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp 644 case tok::verbatim_block_end:
691 if (Tok.is(tok::verbatim_block_end)) {
751 case tok::verbatim_block_end:

Completed in 32 milliseconds