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);
  293   assert(CommentState == LCS_InsideBCPLComment ||
  294          CommentState == LCS_InsideCComment);
  308           if (CommentState == LCS_InsideCComment)
  536   if (CommentState == LCS_InsideCComment)
  752   switch (CommentState) {
  781       CommentState = LCS_InsideBCPLComment;
  799       CommentState = LCS_InsideCComment;
  821     CommentState = LCS_BeforeComment;
  832       if (CommentState == LCS_InsideCComment) {
  841         CommentState = LCS_BetweenComments;
  845         CommentState = LCS_BetweenComments;