Searched refs:verbatim_block_begin (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h41 verbatim_block_begin, enumerator in enum:clang::comments::tok::TokenKind
133 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end));
138 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp558 case tok::verbatim_block_begin:
656 assert(Tok.is(tok::verbatim_block_begin));
738 case tok::verbatim_block_begin:

Completed in 119 milliseconds