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
  394         replaceWithExpression(Other, /*Negated=*/false);
  397         replaceWithExpression(Bool, /*Negated=*/false);
  403         replaceWithExpression(Bool, /*Negated=*/false);
  406         replaceWithExpression(Other, /*Negated=*/false);
  411       replaceWithExpression(Other, /*Negated=*/!BoolValue);
  415       replaceWithExpression(Other, /*Negated=*/BoolValue);