Searched refs:CommentBoolLiterals (Results 1 – 3 of 3) sorted by relevance
45 const unsigned CommentBoolLiterals : 1; variable
39 CommentBoolLiterals(Options.get("CommentBoolLiterals", false)), in ArgumentCommentCheck()52 Options.store(Opts, "CommentBoolLiterals", CommentBoolLiterals); in storeOptions()254 return (CommentBoolLiterals && isa<CXXBoolLiteralExpr>(Arg)) || in shouldAddComment()
35 .. option:: CommentBoolLiterals