Searched refs:RedundantExpressionCheck (Results 1 – 5 of 5) sorted by relevance
23 class RedundantExpressionCheck : public ClangTidyCheck {25 RedundantExpressionCheck(StringRef Name, ClangTidyContext *Context) in RedundantExpressionCheck() function
14 RedundantExpressionCheck.cpp
44 CheckFactories.registerCheck<RedundantExpressionCheck>( in addCheckFactories()
831 void RedundantExpressionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()989 void RedundantExpressionCheck::checkArithmeticExpr( in checkArithmeticExpr()1062 void RedundantExpressionCheck::checkBitwiseExpr( in checkBitwiseExpr()1135 void RedundantExpressionCheck::checkRelationalExpr( in checkRelationalExpr()1200 void RedundantExpressionCheck::check(const MatchFinder::MatchResult &Result) { in check()
24 "RedundantExpressionCheck.cpp",