Home
last modified time | relevance | path

Searched refs:LCS_InsideCComment (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()
298 CommentState == LCS_InsideCComment); in lexCommentText()
312 if (CommentState == LCS_InsideCComment) in lexCommentText()
532 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
794 CommentState = LCS_InsideCComment; in lex()
821 case LCS_InsideCComment: in lex()
827 if (CommentState == LCS_InsideCComment) { in lex()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h252 LCS_InsideCComment, enumerator