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

References

tools/clang/include/clang/AST/Comment.h
   82     unsigned : NumInlineContentCommentBits;
   90   enum { NumTextCommentBits = NumInlineContentCommentBits + 2 };
   95     unsigned : NumInlineContentCommentBits;
  100   enum { NumInlineCommandCommentBits = NumInlineContentCommentBits + 2 +
  106     unsigned : NumInlineContentCommentBits;
  111   enum { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 };