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

References

tools/clang/lib/AST/CommentSema.cpp
  322     if (PrevCommand) {
  326       Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous)
  327         << PrevCommand->getParamNameRange();
  329     PrevCommand = Command;