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
  112          OtherParamIt != OtherDeclaration->param_end()) {
  114     auto OtherParamName = (*OtherParamIt)->getName();
  120           DeclarationNameInfo((*OtherParamIt)->getDeclName(),
  121                               (*OtherParamIt)->getLocation())
  132     ++OtherParamIt;