Home
last modified time | relevance | path

Searched refs:RedundantMemberInitCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantMemberInitCheck.cpp23 void RedundantMemberInitCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
28 void RedundantMemberInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
47 void RedundantMemberInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DRedundantMemberInitCheck.h23 class RedundantMemberInitCheck : public ClangTidyCheck {
25 RedundantMemberInitCheck(StringRef Name, ClangTidyContext *Context) in RedundantMemberInitCheck() function
H A DCMakeLists.txt37 RedundantMemberInitCheck.cpp
H A DReadabilityTidyModule.cpp110 CheckFactories.registerCheck<RedundantMemberInitCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn45 "RedundantMemberInitCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1291 clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
1292 clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h