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

References

tools/clang/include/clang/AST/Comment.h
   98     unsigned CommandID : CommandInfo::NumCommandIDBits;
  101                                        CommandInfo::NumCommandIDBits };
  142     unsigned CommandID : CommandInfo::NumCommandIDBits;
  149                                       CommandInfo::NumCommandIDBits + 1 };
tools/clang/include/clang/AST/CommentCommandTraits.h
   46   unsigned ID : NumCommandIDBits;
tools/clang/lib/AST/CommentCommandTraits.cpp
   93   assert((NextID < (1 << CommandInfo::NumCommandIDBits))