Home
last modified time | relevance | path

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

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