Searched refs:UnhandledExceptionAtNewCheck (Results 1 – 6 of 6) sorted by relevance
42 UnhandledExceptionAtNewCheck::UnhandledExceptionAtNewCheck( in UnhandledExceptionAtNewCheck() function in clang::tidy::bugprone::UnhandledExceptionAtNewCheck46 void UnhandledExceptionAtNewCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()68 void UnhandledExceptionAtNewCheck::check( in check()
23 class UnhandledExceptionAtNewCheck : public ClangTidyCheck {25 UnhandledExceptionAtNewCheck(StringRef Name, ClangTidyContext *Context);
66 UnhandledExceptionAtNewCheck.cpp
196 CheckFactories.registerCheck<UnhandledExceptionAtNewCheck>( in addCheckFactories()
78 "UnhandledExceptionAtNewCheck.cpp",
969 clang-tools-extra/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.cpp970 clang-tools-extra/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.h