Searched refs:RedundantMemberInitCheck (Results 1 – 6 of 6) sorted by relevance
23 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()
23 class RedundantMemberInitCheck : public ClangTidyCheck {25 RedundantMemberInitCheck(StringRef Name, ClangTidyContext *Context) in RedundantMemberInitCheck() function
37 RedundantMemberInitCheck.cpp
110 CheckFactories.registerCheck<RedundantMemberInitCheck>( in addCheckFactories()
45 "RedundantMemberInitCheck.cpp",
1291 clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp1292 clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h