Home
last modified time | relevance | path

Searched refs:ReplaceAutoPtrCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReplaceAutoPtrCheck.cpp40 ReplaceAutoPtrCheck::ReplaceAutoPtrCheck(StringRef Name, in ReplaceAutoPtrCheck() function in clang::tidy::modernize::ReplaceAutoPtrCheck
47 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()
H A DReplaceAutoPtrCheck.h43 class ReplaceAutoPtrCheck : public ClangTidyCheck {
45 ReplaceAutoPtrCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt23 ReplaceAutoPtrCheck.cpp
H A DModernizeTidyModule.cpp71 CheckFactories.registerCheck<ReplaceAutoPtrCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn32 "ReplaceAutoPtrCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1165 clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.h