Searched refs:ThrowKeywordMissingCheck (Results 1 – 6 of 6) sorted by relevance
23 class ThrowKeywordMissingCheck : public ClangTidyCheck {25 ThrowKeywordMissingCheck(StringRef Name, ClangTidyContext *Context) in ThrowKeywordMissingCheck() function
19 void ThrowKeywordMissingCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()38 void ThrowKeywordMissingCheck::check(const MatchFinder::MatchResult &Result) { in check()
61 ThrowKeywordMissingCheck.cpp
184 CheckFactories.registerCheck<ThrowKeywordMissingCheck>( in addCheckFactories()
73 "ThrowKeywordMissingCheck.cpp",
962 clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp963 clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h