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
  285       Comments = getCommentsInRange(Ctx, BeforeArgument);
  290       Comments = getCommentsBeforeLoc(Ctx, ArgsRange.getBegin());
  293     for (auto Comment : Comments) {
  317     if (Comments.empty() && shouldAddComment(Args[I])) {