Searched refs:replaceWithExpression (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | SimplifyBooleanExprCheck.cpp | 401 auto replaceWithExpression = [this, &Result, LHS, RHS, Bool]( in reportBinOp() local 414 replaceWithExpression(Other, /*Negated=*/false); in reportBinOp() 417 replaceWithExpression(Bool, /*Negated=*/false); in reportBinOp() 423 replaceWithExpression(Bool, /*Negated=*/false); in reportBinOp() 426 replaceWithExpression(Other, /*Negated=*/false); in reportBinOp() 431 replaceWithExpression(Other, /*Negated=*/!BoolValue); in reportBinOp() 435 replaceWithExpression(Other, /*Negated=*/BoolValue); in reportBinOp()
|