Searched refs:RedundantExpressionCheck (Results 1 – 6 of 6) sorted by relevance
23 class RedundantExpressionCheck : public ClangTidyCheck {25 RedundantExpressionCheck(StringRef Name, ClangTidyContext *Context) in RedundantExpressionCheck() function
56 CheckFactories.registerCheck<RedundantExpressionCheck>( in addCheckFactories()
42 RedundantExpressionCheck.cpp
855 void RedundantExpressionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()1011 void RedundantExpressionCheck::checkArithmeticExpr( in checkArithmeticExpr()1084 void RedundantExpressionCheck::checkBitwiseExpr( in checkBitwiseExpr()1157 void RedundantExpressionCheck::checkRelationalExpr( in checkRelationalExpr()1222 void RedundantExpressionCheck::check(const MatchFinder::MatchResult &Result) { in check()
42 "RedundantExpressionCheck.cpp",
1130 clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.h