Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp335 case LS_VerbatimBlockBody: in lexCommentText()
481 State = LS_VerbatimBlockBody; in setupAndLexVerbatimBlock()
530 State = LS_VerbatimBlockBody; in lexVerbatimBlockFirstLine()
534 assert(State == LS_VerbatimBlockBody); in lexVerbatimBlockBody()
781 if (State != LS_VerbatimBlockBody && State != LS_VerbatimBlockFirstLine) in lex()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h269 LS_VerbatimBlockBody, enumerator