Searched refs:SetLongJmpCheck (Results 1 – 5 of 5) sorted by relevance
25 SetLongJmpCheck &Check;28 explicit SetJmpMacroCallbacks(SetLongJmpCheck &Check) : Check(Check) {} in SetJmpMacroCallbacks()42 void SetLongJmpCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()50 void SetLongJmpCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()60 void SetLongJmpCheck::check(const MatchFinder::MatchResult &Result) { in check()
20 class SetLongJmpCheck : public ClangTidyCheck {22 SetLongJmpCheck(StringRef Name, ClangTidyContext *Context) in SetLongJmpCheck() function
16 SetLongJmpCheck.cpp
40 #include "SetLongJmpCheck.h"260 CheckFactories.registerCheck<SetLongJmpCheck>("cert-err52-cpp"); in addCheckFactories()
27 "SetLongJmpCheck.cpp",