Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h39 verbatim_block_begin, 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.cpp719 case tok::verbatim_block_begin: in parseParagraphOrBlockCommand()
816 assert(Tok.is(tok::verbatim_block_begin)); in parseVerbatimBlock()
897 case tok::verbatim_block_begin: in parseBlockContent()
H A DCommentLexer.cpp468 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()