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