Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp748 BufferPtr(BufferStart), CommentState(LCS_BeforeComment), State(LS_Normal), in Lexer()
754 case LCS_BeforeComment: in lex()
822 CommentState = LCS_BeforeComment; in lex()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h245 LCS_BeforeComment, enumerator