Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp59 static StringRef negatedOperator(const BinaryOperator *BinOp) { in negatedOperator() function
88 static StringRef negatedOperator(const CXXOperatorCallExpr *OpCall) { in negatedOperator() function
192 NegatedOperator = negatedOperator(BinOp); in replacementExpression()
197 NegatedOperator = negatedOperator(OpExpr); in replacementExpression()