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
  154         InconsistentDeclarations.emplace_back(OtherDeclaration->getLocation(),
  162   std::sort(InconsistentDeclarations.begin(), InconsistentDeclarations.end(),
  162   std::sort(InconsistentDeclarations.begin(), InconsistentDeclarations.end(),
  168   return InconsistentDeclarations;