Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNoexceptCheck.cpp23 UseNoexceptCheck::UseNoexceptCheck(StringRef Name, ClangTidyContext *Context) in UseNoexceptCheck() function in clang::tidy::modernize::UseNoexceptCheck
28 void UseNoexceptCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
33 void UseNoexceptCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
54 void UseNoexceptCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DUseNoexceptCheck.h32 class UseNoexceptCheck : public ClangTidyCheck {
34 UseNoexceptCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt36 UseNoexceptCheck.cpp
H A DModernizeTidyModule.cpp93 CheckFactories.registerCheck<UseNoexceptCheck>("modernize-use-noexcept"); in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn45 "UseNoexceptCheck.cpp",
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DHICPPTidyModule.cpp100 CheckFactories.registerCheck<modernize::UseNoexceptCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1184 clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.h