Searched refs:RedundantDeclarationCheck (Results 1 – 5 of 5) sorted by relevance
22 RedundantDeclarationCheck::RedundantDeclarationCheck(StringRef Name, in RedundantDeclarationCheck() function in clang::tidy::readability::RedundantDeclarationCheck27 void RedundantDeclarationCheck::storeOptions( in storeOptions()32 void RedundantDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()44 void RedundantDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
20 class RedundantDeclarationCheck : public ClangTidyCheck {22 RedundantDeclarationCheck(StringRef Name, ClangTidyContext *Context);
43 RedundantDeclarationCheck.cpp
155 CheckFactories.registerCheck<RedundantDeclarationCheck>( in addCheckFactories()
50 "RedundantDeclarationCheck.cpp",