Searched refs:RedundantSmartptrGetCheck (Results 1 – 6 of 6) sorted by relevance
27 class RedundantSmartptrGetCheck : public ClangTidyCheck {29 RedundantSmartptrGetCheck(StringRef Name, ClangTidyContext *Context) in RedundantSmartptrGetCheck() function
113 void RedundantSmartptrGetCheck::storeOptions( in storeOptions()118 void RedundantSmartptrGetCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()141 void RedundantSmartptrGetCheck::check(const MatchFinder::MatchResult &Result) { in check()
39 RedundantSmartptrGetCheck.cpp
130 CheckFactories.registerCheck<RedundantSmartptrGetCheck>( in addCheckFactories()
47 "RedundantSmartptrGetCheck.cpp",
1295 clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp1296 clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.h