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
   41   Options.store(Opts, "CommentBoolLiterals", CommentBoolLiterals);
  235   return (CommentBoolLiterals && isa<CXXBoolLiteralExpr>(Arg)) ||