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

References

tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
  295       if (IdentRE.match(Comment.second, &Matches) &&
  296           !sameName(Matches[2], II->getName(), StrictMode)) {
  301               << Matches[2] << II;
  302           if (isLikelyTypo(Callee->parameters(), Matches[2], I)) {
  304                 Comment.first, (Matches[1] + II->getName() + Matches[3]).str());
  304                 Comment.first, (Matches[1] + II->getName() + Matches[3]).str());