Searched refs:RedundantControlFlowCheck (Results 1 – 5 of 5) sorted by relevance
31 void RedundantControlFlowCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()45 void RedundantControlFlowCheck::check(const MatchFinder::MatchResult &Result) { in check()53 void RedundantControlFlowCheck::checkRedundantReturn( in checkRedundantReturn()61 void RedundantControlFlowCheck::checkRedundantContinue( in checkRedundantContinue()69 void RedundantControlFlowCheck::issueDiagnostic( in issueDiagnostic()
23 class RedundantControlFlowCheck : public ClangTidyCheck {25 RedundantControlFlowCheck(StringRef Name, ClangTidyContext *Context) in RedundantControlFlowCheck() function
42 RedundantControlFlowCheck.cpp
153 CheckFactories.registerCheck<RedundantControlFlowCheck>( in addCheckFactories()
49 "RedundantControlFlowCheck.cpp",