Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp364 static bool hasSameOperatorParent(const Expr *TheExpr, in hasSameOperatorParent() function
374 if (Skip && hasSameOperatorParent<TExpr>(Parent, OpKind, Context)) in hasSameOperatorParent()
401 if (hasSameOperatorParent<TExpr>(TheExpr, OpKind, Context)) in markDuplicateOperands()