Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp93 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
294 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()
295 CommentState == LCS_InsideCComment); in lexCommentText()
537 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
753 switch (CommentState) { in lex()
782 CommentState = LCS_InsideBCPLComment; in lex()
800 CommentState = LCS_InsideCComment; in lex()
822 CommentState = LCS_BeforeComment; in lex()
833 if (CommentState == LCS_InsideCComment) { in lex()
842 CommentState = LCS_BetweenComments; in lex()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h252 LexerCommentState CommentState; variable