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.cpp311 assert(State == LS_Normal); in lexCommentText()
334 case LS_Normal: in lexCommentText()
353 assert(State == LS_Normal); in lexCommentText()
518 State = LS_Normal; in lexVerbatimBlockFirstLine()
571 State = LS_Normal; in lexVerbatimLineText()
676 State = LS_Normal; in lexHTMLStartTag()
712 State = LS_Normal; in lexHTMLStartTag()
722 State = LS_Normal; in lexHTMLStartTag()
737 State = LS_Normal; in lexHTMLStartTag()
766 State = LS_Normal; in lexHTMLEndTag()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h261 LS_Normal, enumerator