Home
last modified time | relevance | path

Searched refs:UseNullptrCheck (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.h18 class UseNullptrCheck : public ClangTidyCheck {
20 UseNullptrCheck(StringRef Name, ClangTidyContext *Context);
H A DUseNullptrCheck.cpp481 UseNullptrCheck::UseNullptrCheck(StringRef Name, ClangTidyContext *Context) in UseNullptrCheck() function in clang::tidy::modernize::UseNullptrCheck
487 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()
H A DCMakeLists.txt37 UseNullptrCheck.cpp
H A DModernizeTidyModule.cpp94 CheckFactories.registerCheck<UseNullptrCheck>("modernize-use-nullptr"); in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn46 "UseNullptrCheck.cpp",
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DHICPPTidyModule.cpp102 CheckFactories.registerCheck<modernize::UseNullptrCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1185 clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.h