Home
last modified time | relevance | path

Searched refs:CloexecMemfdCreateCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/
H A DCloexecMemfdCreateCheck.h22 class CloexecMemfdCreateCheck : public CloexecCheck {
24 CloexecMemfdCreateCheck(StringRef Name, ClangTidyContext *Context) in CloexecMemfdCreateCheck() function
H A DCloexecMemfdCreateCheck.cpp17 void CloexecMemfdCreateCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
25 void CloexecMemfdCreateCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt18 CloexecMemfdCreateCheck.cpp
H A DAndroidTidyModule.cpp51 CheckFactories.registerCheck<CloexecMemfdCreateCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/
H A DBUILD.gn25 "CloexecMemfdCreateCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt864 clang-tools-extra/clang-tidy/android/CloexecMemfdCreateCheck.cpp
865 clang-tools-extra/clang-tidy/android/CloexecMemfdCreateCheck.h