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) &&
  299               diag(Comment.first, "argument name '%0' in comment does not "
  304                 Comment.first, (Matches[1] + II->getName() + Matches[3]).str());