Home
last modified time | relevance | path

Searched refs:ThrownExceptionTypeCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DThrownExceptionTypeCheck.cpp18 void ThrownExceptionTypeCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
29 void ThrownExceptionTypeCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DThrownExceptionTypeCheck.h20 class ThrownExceptionTypeCheck : public ClangTidyCheck {
22 ThrownExceptionTypeCheck(StringRef Name, ClangTidyContext *Context) in ThrownExceptionTypeCheck() function
H A DCMakeLists.txt19 ThrownExceptionTypeCheck.cpp
H A DCERTTidyModule.cpp43 #include "ThrownExceptionTypeCheck.h"
262 CheckFactories.registerCheck<ThrownExceptionTypeCheck>("cert-err60-cpp"); in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn30 "ThrownExceptionTypeCheck.cpp",