Home
last modified time | relevance | path

Searched refs:checkReset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.h58 void checkReset(SourceManager &SM, ASTContext *Ctx,
H A DMakeSmartPtrCheck.cpp144 checkReset(SM, Result.Context, Reset, New); in check()
212 void MakeSmartPtrCheck::checkReset(SourceManager &SM, ASTContext *Ctx, in checkReset() function in clang::tidy::modernize::MakeSmartPtrCheck