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

References

tools/clang/tools/extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
  254     Check->diag(InconsistentDeclaration.DeclarationLocation,
  260         Check, InconsistentDeclaration.DeclarationLocation,
  261         "the other declaration", InconsistentDeclaration.DifferingParams);