Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseNullptrCheck.h18 class UseNullptrCheck : public ClangTidyCheck {
20 UseNullptrCheck(StringRef Name, ClangTidyContext *Context);
DUseNullptrCheck.cpp467 UseNullptrCheck::UseNullptrCheck(StringRef Name, ClangTidyContext *Context) in UseNullptrCheck() function in clang::tidy::modernize::UseNullptrCheck
473 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()
DCMakeLists.txt35 UseNullptrCheck.cpp
DModernizeTidyModule.cpp92 CheckFactories.registerCheck<UseNullptrCheck>("modernize-use-nullptr"); in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
DBUILD.gn44 "UseNullptrCheck.cpp",
/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DHICPPTidyModule.cpp102 CheckFactories.registerCheck<modernize::UseNullptrCheck>( in addCheckFactories()