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

References

tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  366     Other = RHS;
  368     Other = LHS;
  376   if (!isa<CXXBoolLiteralExpr>(Other) && containsBoolLiteral(Other))
  376   if (!isa<CXXBoolLiteralExpr>(Other) && containsBoolLiteral(Other))
  394         replaceWithExpression(Other, /*Negated=*/false);
  406         replaceWithExpression(Other, /*Negated=*/false);
  411       replaceWithExpression(Other, /*Negated=*/!BoolValue);
  415       replaceWithExpression(Other, /*Negated=*/BoolValue);