Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp743 CommentState(LCS_BeforeComment), State(LS_Normal) {} in Lexer()
748 case LCS_BeforeComment: in lex()
816 CommentState = LCS_BeforeComment; in lex()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h250 LCS_BeforeComment, enumerator