Home
last modified time | relevance | path

Searched refs:CommentState (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()
726 switch (CommentState) { in lex()
755 CommentState = LCS_InsideBCPLComment; in lex()
773 CommentState = LCS_InsideCComment; in lex()
795 CommentState = LCS_BeforeComment; in lex()
806 if (CommentState == LCS_InsideCComment) { in lex()
815 CommentState = LCS_BetweenComments; in lex()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h253 LexerCommentState CommentState; variable