Searched refs:NoIntToPtrCheck (Results 1 – 5 of 5) sorted by relevance
19 void NoIntToPtrCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()26 void NoIntToPtrCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class NoIntToPtrCheck : public ClangTidyCheck {24 NoIntToPtrCheck(StringRef Name, ClangTidyContext *Context) in NoIntToPtrCheck() function
16 NoIntToPtrCheck.cpp
53 CheckFactories.registerCheck<NoIntToPtrCheck>("performance-no-int-to-ptr"); in addCheckFactories()
24 "NoIntToPtrCheck.cpp",