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