Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h40 verbatim_block_line, enumerator
141 assert(is(tok::verbatim_block_line)); in getVerbatimBlockText()
146 assert(is(tok::verbatim_block_line)); in setVerbatimBlockText()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp643 case tok::verbatim_block_line: in parseParagraphOrBlockCommand()
673 while (Tok.is(tok::verbatim_block_line) || in parseVerbatimBlock()
676 if (Tok.is(tok::verbatim_block_line)) { in parseVerbatimBlock()
750 case tok::verbatim_block_line: in parseBlockContent()
H A DCommentLexer.cpp527 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
540 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line); in lexVerbatimBlockBody()