Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp92 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
294 CommentState == LCS_InsideCComment); in lexCommentText()
308 if (CommentState == LCS_InsideCComment) in lexCommentText()
536 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
798 CommentState = LCS_InsideCComment; in lex()
825 case LCS_InsideCComment: in lex()
831 if (CommentState == LCS_InsideCComment) { in lex()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h252 LCS_InsideCComment, enumerator