Home
last modified time | relevance | path

Searched refs:CloexecSocketCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/android/
H A DCloexecSocketCheck.h20 class CloexecSocketCheck : public CloexecCheck {
22 CloexecSocketCheck(StringRef Name, ClangTidyContext *Context) in CloexecSocketCheck() function
H A DCloexecSocketCheck.cpp17 void CloexecSocketCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
26 void CloexecSocketCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt22 CloexecSocketCheck.cpp
H A DAndroidTidyModule.cpp55 CheckFactories.registerCheck<CloexecSocketCheck>("android-cloexec-socket"); in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/
H A DBUILD.gn29 "CloexecSocketCheck.cpp",