Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp336 static const TExpr *checkOpKind(const Expr *TheExpr, in checkOpKind() function
351 if (const auto *BinOp = checkOpKind<TExpr>(Part, OpKind)) { in collectOperands()
376 if (checkOpKind<TExpr>(Parent, OpKind)) in hasSameOperatorParent()
395 if (!(checkOpKind<TExpr>(Operands.first, OpKind) || in markDuplicateOperands()
396 checkOpKind<TExpr>(Operands.second, OpKind))) in markDuplicateOperands()