HomeSort by relevance Sort by last modified time
    Searched refs:CommentState (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.cpp     [all...]
HTMLTokenizer.h 97 CommentState,
  /external/clang/lib/AST/
CommentLexer.cpp 83 assert(CommentState == LCS_InsideCComment);
270 assert(CommentState == LCS_InsideBCPLComment ||
271 CommentState == LCS_InsideCComment);
397 if (CommentState == LCS_InsideCComment)
488 if (CommentState == LCS_InsideCComment)
694 CommentState(LCS_BeforeComment), State(LS_Normal) {
699 switch (CommentState) {
728 CommentState = LCS_InsideBCPLComment;
746 CommentState = LCS_InsideCComment;
768 CommentState = LCS_BeforeComment
    [all...]
  /external/clang/include/clang/AST/
CommentLexer.h 250 LexerCommentState CommentState;

Completed in 155 milliseconds