Searched refs:ReplaceAutoPtrCheck (Results 1 – 5 of 5) sorted by relevance
40 ReplaceAutoPtrCheck::ReplaceAutoPtrCheck(StringRef Name, in ReplaceAutoPtrCheck() function in clang::tidy::modernize::ReplaceAutoPtrCheck46 void ReplaceAutoPtrCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()50 void ReplaceAutoPtrCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()97 void ReplaceAutoPtrCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()103 void ReplaceAutoPtrCheck::check(const MatchFinder::MatchResult &Result) { in check()
43 class ReplaceAutoPtrCheck : public ClangTidyCheck {45 ReplaceAutoPtrCheck(StringRef Name, ClangTidyContext *Context);
21 ReplaceAutoPtrCheck.cpp
69 CheckFactories.registerCheck<ReplaceAutoPtrCheck>( in addCheckFactories()
30 "ReplaceAutoPtrCheck.cpp",