Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp365 static bool hasSameOperatorParent(const Expr *TheExpr, in hasSameOperatorParent() function
375 if (Skip && hasSameOperatorParent<TExpr>(Parent, OpKind, Context)) in hasSameOperatorParent()
402 if (hasSameOperatorParent<TExpr>(TheExpr, OpKind, Context)) in markDuplicateOperands()