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

Declarations

tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.h
   49   void matchCompoundIfReturnsBool(ast_matchers::MatchFinder *Finder, bool Value,

References

tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  521   matchCompoundIfReturnsBool(Finder, true, CompoundBoolId);
  522   matchCompoundIfReturnsBool(Finder, false, CompoundNotBoolId);