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.cpp330 case LS_VerbatimBlockBody: in lexCommentText()
477 State = LS_VerbatimBlockBody; in setupAndLexVerbatimBlock()
526 State = LS_VerbatimBlockBody; in lexVerbatimBlockFirstLine()
530 assert(State == LS_VerbatimBlockBody); in lexVerbatimBlockBody()
777 if (State != LS_VerbatimBlockBody && State != LS_VerbatimBlockFirstLine) in lex()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h269 LS_VerbatimBlockBody, enumerator