Home
last modified time | relevance | path

Searched refs:LS_VerbatimBlockBody (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp339 case LS_VerbatimBlockBody: in lexCommentText()
486 State = LS_VerbatimBlockBody; in setupAndLexVerbatimBlock()
535 State = LS_VerbatimBlockBody; in lexVerbatimBlockFirstLine()
539 assert(State == LS_VerbatimBlockBody); in lexVerbatimBlockBody()
811 case LS_VerbatimBlockBody: in lex()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h269 LS_VerbatimBlockBody, enumerator