Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp84 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
286 CommentState == LCS_InsideCComment); in lexCommentText()
423 if (CommentState == LCS_InsideCComment) in lexCommentText()
514 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
773 CommentState = LCS_InsideCComment; in lex()
800 case LCS_InsideCComment: in lex()
806 if (CommentState == LCS_InsideCComment) { in lex()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h248 LCS_InsideCComment, enumerator