reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/CommentLexer.cpp
   92   assert(CommentState == LCS_InsideCComment);
  294          CommentState == LCS_InsideCComment);
  308           if (CommentState == LCS_InsideCComment)
  536   if (CommentState == LCS_InsideCComment)
  799       CommentState = LCS_InsideCComment;
  826   case LCS_InsideCComment:
  832       if (CommentState == LCS_InsideCComment) {