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

References

tools/clang/lib/AST/CommentSema.cpp
  627   const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
  631       BriefCommand = Command;
  637       HeaderfileCommand = Command;
  645   StringRef CommandName = Command->getCommandName(Traits);
  647   Diag(Command->getLocation(), diag::warn_doc_block_command_duplicate)
  648       << Command->getCommandMarker()
  650       << Command->getSourceRange();