Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantDeclarationCheck.cpp22 RedundantDeclarationCheck::RedundantDeclarationCheck(StringRef Name, in RedundantDeclarationCheck() function in clang::tidy::readability::RedundantDeclarationCheck
27 void RedundantDeclarationCheck::storeOptions( in storeOptions()
32 void RedundantDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
44 void RedundantDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DRedundantDeclarationCheck.h20 class RedundantDeclarationCheck : public ClangTidyCheck {
22 RedundantDeclarationCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt43 RedundantDeclarationCheck.cpp
H A DReadabilityTidyModule.cpp155 CheckFactories.registerCheck<RedundantDeclarationCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn50 "RedundantDeclarationCheck.cpp",