Searched refs:AvoidNSErrorInitCheck (Results 1 – 5 of 5) sorted by relevance
19 void AvoidNSErrorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()26 void AvoidNSErrorInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
23 class AvoidNSErrorInitCheck : public ClangTidyCheck {25 AvoidNSErrorInitCheck(StringRef Name, ClangTidyContext *Context) in AvoidNSErrorInitCheck() function
8 AvoidNSErrorInitCheck.cpp
30 CheckFactories.registerCheck<AvoidNSErrorInitCheck>( in addCheckFactories()
15 "AvoidNSErrorInitCheck.cpp",