HomeSort by relevance Sort by last modified time
    Searched full:lcs_insideccomment (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
CommentLexer.cpp 84 assert(CommentState == LCS_InsideCComment);
286 CommentState == LCS_InsideCComment);
423 if (CommentState == LCS_InsideCComment)
514 if (CommentState == LCS_InsideCComment)
779 CommentState = LCS_InsideCComment;
806 case LCS_InsideCComment:
812 if (CommentState == LCS_InsideCComment) {
  /external/clang/include/clang/AST/
CommentLexer.h 248 LCS_InsideCComment,

Completed in 152 milliseconds