Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp303 case LS_VerbatimBlockBody: in lexCommentText()
467 State = LS_VerbatimBlockBody; in setupAndLexVerbatimBlock()
516 State = LS_VerbatimBlockBody; in lexVerbatimBlockFirstLine()
520 assert(State == LS_VerbatimBlockBody); in lexVerbatimBlockBody()
769 if (State != LS_VerbatimBlockBody && State != LS_VerbatimBlockFirstLine) in lex()
/external/clang/include/clang/AST/
DCommentLexer.h265 LS_VerbatimBlockBody, enumerator