Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp93 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
295 CommentState == LCS_InsideCComment); in lexCommentText()
431 if (CommentState == LCS_InsideCComment) in lexCommentText()
522 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
786 CommentState = LCS_InsideCComment; in lex()
813 case LCS_InsideCComment: in lex()
819 if (CommentState == LCS_InsideCComment) { in lex()
/external/clang/include/clang/AST/
DCommentLexer.h248 LCS_InsideCComment, enumerator