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