Searched refs:CloexecSocketCheck (Results 1 – 5 of 5) sorted by relevance
20 class CloexecSocketCheck : public CloexecCheck {22 CloexecSocketCheck(StringRef Name, ClangTidyContext *Context) in CloexecSocketCheck() function
17 void CloexecSocketCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()26 void CloexecSocketCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 CloexecSocketCheck.cpp
55 CheckFactories.registerCheck<CloexecSocketCheck>("android-cloexec-socket"); in addCheckFactories()
29 "CloexecSocketCheck.cpp",