Searched refs:ReplaceAutoPtrCheck (Results 1 – 6 of 6) sorted by relevance
40 ReplaceAutoPtrCheck::ReplaceAutoPtrCheck(StringRef Name, in ReplaceAutoPtrCheck() function in clang::tidy::modernize::ReplaceAutoPtrCheck47 void ReplaceAutoPtrCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()51 void ReplaceAutoPtrCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()98 void ReplaceAutoPtrCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()104 void ReplaceAutoPtrCheck::check(const MatchFinder::MatchResult &Result) { in check()
43 class ReplaceAutoPtrCheck : public ClangTidyCheck {45 ReplaceAutoPtrCheck(StringRef Name, ClangTidyContext *Context);
23 ReplaceAutoPtrCheck.cpp
71 CheckFactories.registerCheck<ReplaceAutoPtrCheck>( in addCheckFactories()
32 "ReplaceAutoPtrCheck.cpp",
1165 clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.h