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

/external/clang/lib/AST/
H A DCommentLexer.cpp84 assert(CommentState == LCS_InsideCComment);
286 CommentState == LCS_InsideCComment);
423 if (CommentState == LCS_InsideCComment)
514 if (CommentState == LCS_InsideCComment)
773 CommentState = LCS_InsideCComment;
800 case LCS_InsideCComment:
806 if (CommentState == LCS_InsideCComment) {
/external/clang/include/clang/AST/
H A DCommentLexer.h248 LCS_InsideCComment, enumerator in enum:clang::comments::Lexer::LexerCommentState

Completed in 101 milliseconds