Home
last modified time | relevance | path

Searched refs:ThrowKeywordMissingCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DThrowKeywordMissingCheck.h23 class ThrowKeywordMissingCheck : public ClangTidyCheck {
25 ThrowKeywordMissingCheck(StringRef Name, ClangTidyContext *Context) in ThrowKeywordMissingCheck() function
H A DThrowKeywordMissingCheck.cpp19 void ThrowKeywordMissingCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
38 void ThrowKeywordMissingCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt61 ThrowKeywordMissingCheck.cpp
H A DBugproneTidyModule.cpp184 CheckFactories.registerCheck<ThrowKeywordMissingCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn73 "ThrowKeywordMissingCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt962 clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
963 clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h