Searched refs:RedundantControlFlowCheck (Results 1 – 5 of 5) sorted by relevance
33 void RedundantControlFlowCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()48 void RedundantControlFlowCheck::check(const MatchFinder::MatchResult &Result) { in check()56 void RedundantControlFlowCheck::checkRedundantReturn( in checkRedundantReturn()64 void RedundantControlFlowCheck::checkRedundantContinue( in checkRedundantContinue()72 void RedundantControlFlowCheck::issueDiagnostic( in issueDiagnostic()
25 class RedundantControlFlowCheck : public ClangTidyCheck {27 RedundantControlFlowCheck(StringRef Name, ClangTidyContext *Context) in RedundantControlFlowCheck() function
31 RedundantControlFlowCheck.cpp
116 CheckFactories.registerCheck<RedundantControlFlowCheck>( in addCheckFactories()
39 "RedundantControlFlowCheck.cpp",