Searched refs:RedundantAccessSpecifiersCheck (Results 1 – 5 of 5) sorted by relevance
22 class RedundantAccessSpecifiersCheck : public ClangTidyCheck {24 RedundantAccessSpecifiersCheck(StringRef Name, ClangTidyContext *Context) in RedundantAccessSpecifiersCheck() function
19 void RedundantAccessSpecifiersCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()25 void RedundantAccessSpecifiersCheck::check( in check()
30 RedundantAccessSpecifiersCheck.cpp
96 CheckFactories.registerCheck<RedundantAccessSpecifiersCheck>( in addCheckFactories()
38 "RedundantAccessSpecifiersCheck.cpp",