Searched refs:DeleteNullPointerCheck (Results 1 – 5 of 5) sorted by relevance
23 class DeleteNullPointerCheck : public ClangTidyCheck {25 DeleteNullPointerCheck(StringRef Name, ClangTidyContext *Context) in DeleteNullPointerCheck() function
21 void DeleteNullPointerCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()54 void DeleteNullPointerCheck::check(const MatchFinder::MatchResult &Result) { in check()
12 DeleteNullPointerCheck.cpp
68 CheckFactories.registerCheck<DeleteNullPointerCheck>( in addCheckFactories()
20 "DeleteNullPointerCheck.cpp",