Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantControlFlowCheck.cpp33 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()
DRedundantControlFlowCheck.h25 class RedundantControlFlowCheck : public ClangTidyCheck {
27 RedundantControlFlowCheck(StringRef Name, ClangTidyContext *Context) in RedundantControlFlowCheck() function
DCMakeLists.txt31 RedundantControlFlowCheck.cpp
DReadabilityTidyModule.cpp116 CheckFactories.registerCheck<RedundantControlFlowCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn39 "RedundantControlFlowCheck.cpp",