Searched refs:CommentState (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTokenizer.cpp1118 HTML_ADVANCE_TO(CommentState);
1135 HTML_ADVANCE_TO(CommentState);
1140 HTML_BEGIN_STATE(CommentState) {
1148 HTML_ADVANCE_TO(CommentState);
1162 HTML_ADVANCE_TO(CommentState);
1185 HTML_ADVANCE_TO(CommentState);
1206 HTML_ADVANCE_TO(CommentState);
H A DHTMLTokenizer.h98 CommentState, enumerator in enum:blink::HTMLTokenizer::State
/external/clang/lib/AST/
H A DCommentLexer.cpp84 assert(CommentState == LCS_InsideCComment);
285 assert(CommentState == LCS_InsideBCPLComment ||
286 CommentState == LCS_InsideCComment);
423 if (CommentState == LCS_InsideCComment)
514 if (CommentState == LCS_InsideCComment)
721 CommentState(LCS_BeforeComment), State(LS_Normal) {
726 switch (CommentState) {
755 CommentState = LCS_InsideBCPLComment;
773 CommentState = LCS_InsideCComment;
795 CommentState
[all...]
/external/clang/include/clang/AST/
H A DCommentLexer.h253 LexerCommentState CommentState; member in class:clang::comments::Lexer

Completed in 1688 milliseconds