Home
last modified time | relevance | path

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

/external/clang/lib/AST/
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()
779 CommentState = LCS_InsideCComment; in lex()
806 case LCS_InsideCComment: in lex()
812 if (CommentState == LCS_InsideCComment) { in lex()
/external/clang/include/clang/AST/
DCommentLexer.h248 LCS_InsideCComment, enumerator