Searched refs:CloexecInotifyInitCheck (Results 1 – 5 of 5) sorted by relevance
19 void CloexecInotifyInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()24 void CloexecInotifyInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class CloexecInotifyInitCheck : public CloexecCheck {24 CloexecInotifyInitCheck(StringRef Name, ClangTidyContext *Context) in CloexecInotifyInitCheck() function
17 CloexecInotifyInitCheck.cpp
49 CheckFactories.registerCheck<CloexecInotifyInitCheck>( in addCheckFactories()
24 "CloexecInotifyInitCheck.cpp",