Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantMemberInitCheck.cpp23 void RedundantMemberInitCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
28 void RedundantMemberInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
52 void RedundantMemberInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
DRedundantMemberInitCheck.h23 class RedundantMemberInitCheck : public ClangTidyCheck {
25 RedundantMemberInitCheck(StringRef Name, ClangTidyContext *Context) in RedundantMemberInitCheck() function
DCMakeLists.txt34 RedundantMemberInitCheck.cpp
DReadabilityTidyModule.cpp100 CheckFactories.registerCheck<RedundantMemberInitCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn42 "RedundantMemberInitCheck.cpp",