Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp331 case LS_Normal: in lexCommentText()
350 assert(State == LS_Normal); in lexCommentText()
514 State = LS_Normal; in lexVerbatimBlockFirstLine()
567 State = LS_Normal; in lexVerbatimLineText()
684 State = LS_Normal; in lexHTMLStartTag()
694 State = LS_Normal; in lexHTMLStartTag()
703 State = LS_Normal; in lexHTMLStartTag()
710 State = LS_Normal; in lexHTMLStartTag()
739 State = LS_Normal; in lexHTMLEndTag()
784 State = LS_Normal; in lex()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h256 LS_Normal, enumerator