Home
last modified time | relevance | path

Searched refs:RedundantAccessSpecifiersCheck (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantAccessSpecifiersCheck.h22 class RedundantAccessSpecifiersCheck : public ClangTidyCheck {
24 RedundantAccessSpecifiersCheck(StringRef Name, ClangTidyContext *Context) in RedundantAccessSpecifiersCheck() function
DRedundantAccessSpecifiersCheck.cpp19 void RedundantAccessSpecifiersCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
25 void RedundantAccessSpecifiersCheck::check( in check()
DCMakeLists.txt30 RedundantAccessSpecifiersCheck.cpp
DReadabilityTidyModule.cpp96 CheckFactories.registerCheck<RedundantAccessSpecifiersCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn38 "RedundantAccessSpecifiersCheck.cpp",