Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp92 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
306 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()
307 CommentState == LCS_InsideCComment); in lexCommentText()
321 if (CommentState == LCS_InsideCComment) in lexCommentText()
541 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
669 if (CommentState == LCS_InsideCComment) in lexHTMLStartTag()
775 CommentState(LCS_BeforeComment), State(LS_Normal) {} in Lexer()
779 switch (CommentState) { in lex()
808 CommentState = LCS_InsideBCPLComment; in lex()
835 CommentState = LCS_InsideCComment; in lex()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h257 LexerCommentState CommentState; variable