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

Declarations

tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.h
   58   bool shouldAddComment(const Expr *Arg) const;

References

tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
  317     if (Comments.empty() && shouldAddComment(Args[I])) {