Lines Matching refs:MakeSmartPtrCheck
42 const char MakeSmartPtrCheck::PointerType[] = "pointerType";
44 MakeSmartPtrCheck::MakeSmartPtrCheck(StringRef Name, ClangTidyContext *Context, in MakeSmartPtrCheck() function in clang::tidy::modernize::MakeSmartPtrCheck
57 void MakeSmartPtrCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
66 bool MakeSmartPtrCheck::isLanguageVersionSupported( in isLanguageVersionSupported()
71 void MakeSmartPtrCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()
77 void MakeSmartPtrCheck::registerMatchers(ast_matchers::MatchFinder *Finder) { in registerMatchers()
112 void MakeSmartPtrCheck::check(const MatchFinder::MatchResult &Result) { in check()
147 void MakeSmartPtrCheck::checkConstruct(SourceManager &SM, ASTContext *Ctx, in checkConstruct()
213 void MakeSmartPtrCheck::checkReset(SourceManager &SM, ASTContext *Ctx, in checkReset()
260 bool MakeSmartPtrCheck::replaceNew(DiagnosticBuilder &Diag, in replaceNew()
437 void MakeSmartPtrCheck::insertHeader(DiagnosticBuilder &Diag, FileID FD) { in insertHeader()