Searched refs:RedundantDeclarationCheck (Results 1 – 6 of 6) sorted by relevance
24 RedundantDeclarationCheck::RedundantDeclarationCheck(StringRef Name, in RedundantDeclarationCheck() function in clang::tidy::readability::RedundantDeclarationCheck29 void RedundantDeclarationCheck::storeOptions( in storeOptions()34 void RedundantDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()45 void RedundantDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class RedundantDeclarationCheck : public ClangTidyCheck {24 RedundantDeclarationCheck(StringRef Name, ClangTidyContext *Context);
35 RedundantDeclarationCheck.cpp
128 CheckFactories.registerCheck<RedundantDeclarationCheck>( in addCheckFactories()
43 "RedundantDeclarationCheck.cpp",
1289 clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.cpp1290 clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.h