Searched refs:UseNullptrCheck (Results 1 – 7 of 7) sorted by relevance
18 class UseNullptrCheck : public ClangTidyCheck {20 UseNullptrCheck(StringRef Name, ClangTidyContext *Context);
481 UseNullptrCheck::UseNullptrCheck(StringRef Name, ClangTidyContext *Context) in UseNullptrCheck() function in clang::tidy::modernize::UseNullptrCheck487 void UseNullptrCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()491 void UseNullptrCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()495 void UseNullptrCheck::check(const MatchFinder::MatchResult &Result) { in check()
37 UseNullptrCheck.cpp
94 CheckFactories.registerCheck<UseNullptrCheck>("modernize-use-nullptr"); in addCheckFactories()
46 "UseNullptrCheck.cpp",
102 CheckFactories.registerCheck<modernize::UseNullptrCheck>( in addCheckFactories()
1185 clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.h