Searched refs:RedundantSmartptrGetCheck (Results 1 – 5 of 5) sorted by relevance
27 class RedundantSmartptrGetCheck : public ClangTidyCheck {29 RedundantSmartptrGetCheck(StringRef Name, ClangTidyContext *Context) in RedundantSmartptrGetCheck() function
96 void RedundantSmartptrGetCheck::storeOptions( in storeOptions()101 void RedundantSmartptrGetCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()124 void RedundantSmartptrGetCheck::check(const MatchFinder::MatchResult &Result) { in check()
36 RedundantSmartptrGetCheck.cpp
120 CheckFactories.registerCheck<RedundantSmartptrGetCheck>( in addCheckFactories()
44 "RedundantSmartptrGetCheck.cpp",