Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp800 case tok::verbatim_block_end: in parseParagraphOrBlockCommand()
847 if (Tok.is(tok::verbatim_block_end)) { in parseVerbatimBlock()
906 case tok::verbatim_block_end: in parseBlockContent()
H A DCommentLexer.cpp507 formTokenWithChars(T, End, tok::verbatim_block_end); in lexVerbatimBlockFirstLine()