Home
last modified time | relevance | path

Searched refs:RedundantControlFlowCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantControlFlowCheck.cpp31 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()
H A DRedundantControlFlowCheck.h23 class RedundantControlFlowCheck : public ClangTidyCheck {
25 RedundantControlFlowCheck(StringRef Name, ClangTidyContext *Context) in RedundantControlFlowCheck() function
H A DCMakeLists.txt42 RedundantControlFlowCheck.cpp
H A DReadabilityTidyModule.cpp153 CheckFactories.registerCheck<RedundantControlFlowCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn49 "RedundantControlFlowCheck.cpp",