Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp83 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
271 CommentState == LCS_InsideCComment); in lexCommentText()
397 if (CommentState == LCS_InsideCComment) in lexCommentText()
488 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
746 CommentState = LCS_InsideCComment; in lex()
773 case LCS_InsideCComment: in lex()
779 if (CommentState == LCS_InsideCComment) { in lex()
/external/clang/include/clang/AST/
DCommentLexer.h245 LCS_InsideCComment, enumerator