Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.h23 class RedundantExpressionCheck : public ClangTidyCheck {
25 RedundantExpressionCheck(StringRef Name, ClangTidyContext *Context) in RedundantExpressionCheck() function
H A DMiscTidyModule.cpp56 CheckFactories.registerCheck<RedundantExpressionCheck>( in addCheckFactories()
H A DCMakeLists.txt42 RedundantExpressionCheck.cpp
H A DRedundantExpressionCheck.cpp855 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()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
H A DBUILD.gn42 "RedundantExpressionCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1130 clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.h