Searched refs:RedundantDeclarationCheck (Results 1 – 5 of 5) 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);
32 RedundantDeclarationCheck.cpp
118 CheckFactories.registerCheck<RedundantDeclarationCheck>( in addCheckFactories()
40 "RedundantDeclarationCheck.cpp",