Searched refs:shouldAddComment (Results 1 – 2 of 2) sorted by relevance
58 bool shouldAddComment(const Expr *Arg) const;
248 bool ArgumentCommentCheck::shouldAddComment(const Expr *Arg) const { in shouldAddComment() function in clang::tidy::bugprone::ArgumentCommentCheck336 if (Comments.empty() && shouldAddComment(Args[I])) { in checkCallArgs()