Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp302 assert(State == LS_Normal); in lexCommentText()
325 case LS_Normal: in lexCommentText()
344 assert(State == LS_Normal); in lexCommentText()
509 State = LS_Normal; in lexVerbatimBlockFirstLine()
562 State = LS_Normal; in lexVerbatimLineText()
679 State = LS_Normal; in lexHTMLStartTag()
689 State = LS_Normal; in lexHTMLStartTag()
698 State = LS_Normal; in lexHTMLStartTag()
705 State = LS_Normal; in lexHTMLStartTag()
734 State = LS_Normal; in lexHTMLEndTag()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h261 LS_Normal, enumerator