Searched refs:UseNullptrCheck (Results 1 – 6 of 6) sorted by relevance
18 class UseNullptrCheck : public ClangTidyCheck {20 UseNullptrCheck(StringRef Name, ClangTidyContext *Context);
467 UseNullptrCheck::UseNullptrCheck(StringRef Name, ClangTidyContext *Context) in UseNullptrCheck() function in clang::tidy::modernize::UseNullptrCheck473 void UseNullptrCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()477 void UseNullptrCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()481 void UseNullptrCheck::check(const MatchFinder::MatchResult &Result) { in check()
35 UseNullptrCheck.cpp
92 CheckFactories.registerCheck<UseNullptrCheck>("modernize-use-nullptr"); in addCheckFactories()
44 "UseNullptrCheck.cpp",
102 CheckFactories.registerCheck<modernize::UseNullptrCheck>( in addCheckFactories()