Searched refs:ThrownExceptionTypeCheck (Results 1 – 6 of 6) sorted by relevance
20 void ThrownExceptionTypeCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()31 void ThrownExceptionTypeCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class ThrownExceptionTypeCheck : public ClangTidyCheck {24 ThrownExceptionTypeCheck(StringRef Name, ClangTidyContext *Context) in ThrownExceptionTypeCheck() function
20 ThrownExceptionTypeCheck.cpp
258 CheckFactories.registerCheck<ThrownExceptionTypeCheck>("cert-err60-cpp"); in addCheckFactories()
31 "ThrownExceptionTypeCheck.cpp",
1004 clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp1005 clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.h