Home
last modified time | relevance | path

Searched refs:RedundantDeclarationCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantDeclarationCheck.cpp24 RedundantDeclarationCheck::RedundantDeclarationCheck(StringRef Name, in RedundantDeclarationCheck() function in clang::tidy::readability::RedundantDeclarationCheck
29 void RedundantDeclarationCheck::storeOptions( in storeOptions()
34 void RedundantDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
45 void RedundantDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DRedundantDeclarationCheck.h22 class RedundantDeclarationCheck : public ClangTidyCheck {
24 RedundantDeclarationCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt35 RedundantDeclarationCheck.cpp
H A DReadabilityTidyModule.cpp128 CheckFactories.registerCheck<RedundantDeclarationCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn43 "RedundantDeclarationCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1289 clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.cpp
1290 clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.h