Home
last modified time | relevance | path

Searched refs:verbatim_block_end (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h41 verbatim_block_end, enumerator
131 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end)); in getVerbatimBlockID()
136 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end)); in setVerbatimBlockID()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp644 case tok::verbatim_block_end: in parseParagraphOrBlockCommand()
691 if (Tok.is(tok::verbatim_block_end)) { in parseVerbatimBlock()
751 case tok::verbatim_block_end: in parseBlockContent()
H A DCommentLexer.cpp511 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine()