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