Home
last modified time | relevance | path

Searched refs:ReplaceWithExpression (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp633 auto ReplaceWithExpression = [this, &Context, LHS, RHS, in reportBinOp() local
646 ReplaceWithExpression(Other, /*Negated=*/false); in reportBinOp()
649 ReplaceWithExpression(Bool, /*Negated=*/false); in reportBinOp()
654 ReplaceWithExpression(Bool, /*Negated=*/false); in reportBinOp()
657 ReplaceWithExpression(Other, /*Negated=*/false); in reportBinOp()
661 ReplaceWithExpression(Other, /*Negated=*/!BoolValue); in reportBinOp()
665 ReplaceWithExpression(Other, /*Negated=*/BoolValue); in reportBinOp()