Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp336 case LS_VerbatimBlockBody: in lexCommentText()
482 State = LS_VerbatimBlockBody; in setupAndLexVerbatimBlock()
531 State = LS_VerbatimBlockBody; in lexVerbatimBlockFirstLine()
535 assert(State == LS_VerbatimBlockBody); in lexVerbatimBlockBody()
783 if (State != LS_VerbatimBlockBody && State != LS_VerbatimBlockFirstLine) in lex()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h264 LS_VerbatimBlockBody, enumerator