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

/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.cpp1177 ADVANCE_TO(CommentState);
1194 ADVANCE_TO(CommentState);
1199 BEGIN_STATE(CommentState) {
1207 ADVANCE_TO(CommentState);
1221 ADVANCE_TO(CommentState);
1244 ADVANCE_TO(CommentState);
1265 ADVANCE_TO(CommentState);
H A DHTMLTokenizer.h97 CommentState, enumerator in enum:WebCore::HTMLTokenizer::State
/external/clang/lib/AST/
H A DCommentLexer.cpp86 assert(CommentState == LCS_InsideCComment);
286 assert(CommentState == LCS_InsideBCPLComment ||
287 CommentState == LCS_InsideCComment);
408 if (CommentState == LCS_InsideCComment)
504 if (CommentState == LCS_InsideCComment)
710 CommentState(LCS_BeforeComment), State(LS_Normal) {
715 switch (CommentState) {
744 CommentState = LCS_InsideBCPLComment;
762 CommentState = LCS_InsideCComment;
784 CommentState
[all...]
/external/clang/include/clang/AST/
H A DCommentLexer.h249 LexerCommentState CommentState; member in class:clang::comments::Lexer

Completed in 919 milliseconds