Searched refs:SetLongJmpCheck (Results 1 – 6 of 6) sorted by relevance
27 SetLongJmpCheck &Check;30 explicit SetJmpMacroCallbacks(SetLongJmpCheck &Check) : Check(Check) {} in SetJmpMacroCallbacks()44 void SetLongJmpCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()52 void SetLongJmpCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()62 void SetLongJmpCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class SetLongJmpCheck : public ClangTidyCheck {24 SetLongJmpCheck(StringRef Name, ClangTidyContext *Context) in SetLongJmpCheck() function
17 SetLongJmpCheck.cpp
256 CheckFactories.registerCheck<SetLongJmpCheck>("cert-err52-cpp"); in addCheckFactories()
28 "SetLongJmpCheck.cpp",
998 clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.cpp999 clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.h