Home
last modified time | relevance | path

Searched refs:shouldAddComment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DArgumentCommentCheck.h58 bool shouldAddComment(const Expr *Arg) const;
H A DArgumentCommentCheck.cpp248 bool ArgumentCommentCheck::shouldAddComment(const Expr *Arg) const { in shouldAddComment() function in clang::tidy::bugprone::ArgumentCommentCheck
336 if (Comments.empty() && shouldAddComment(Args[I])) { in checkCallArgs()