Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp330 case LS_Normal: in lexCommentText()
349 assert(State == LS_Normal); in lexCommentText()
513 State = LS_Normal; in lexVerbatimBlockFirstLine()
566 State = LS_Normal; in lexVerbatimLineText()
683 State = LS_Normal; in lexHTMLStartTag()
693 State = LS_Normal; in lexHTMLStartTag()
702 State = LS_Normal; in lexHTMLStartTag()
709 State = LS_Normal; in lexHTMLStartTag()
738 State = LS_Normal; in lexHTMLEndTag()
782 State = LS_Normal; in lex()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h261 LS_Normal, enumerator