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