Searched refs:RedundantControlFlowCheck (Results 1 – 6 of 6) sorted by relevance
33 void RedundantControlFlowCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()47 void RedundantControlFlowCheck::check(const MatchFinder::MatchResult &Result) { in check()55 void RedundantControlFlowCheck::checkRedundantReturn( in checkRedundantReturn()63 void RedundantControlFlowCheck::checkRedundantContinue( in checkRedundantContinue()71 void RedundantControlFlowCheck::issueDiagnostic( in issueDiagnostic()
25 class RedundantControlFlowCheck : public ClangTidyCheck {27 RedundantControlFlowCheck(StringRef Name, ClangTidyContext *Context) in RedundantControlFlowCheck() function
34 RedundantControlFlowCheck.cpp
126 CheckFactories.registerCheck<RedundantControlFlowCheck>( in addCheckFactories()
42 "RedundantControlFlowCheck.cpp",
1287 clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.cpp1288 clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.h