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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 39 verbatim_block_begin, 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 563 case tok::verbatim_block_begin:
660 assert(Tok.is(tok::verbatim_block_begin));
742 case tok::verbatim_block_begin:

Completed in 15 milliseconds