Searched refs:RedundantAccessSpecifiersCheck (Results 1 – 6 of 6) 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()
33 RedundantAccessSpecifiersCheck.cpp
106 CheckFactories.registerCheck<RedundantAccessSpecifiersCheck>( in addCheckFactories()
41 "RedundantAccessSpecifiersCheck.cpp",
1285 clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp1286 clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h