Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DPropertyDeclarationCheck.h26 class PropertyDeclarationCheck : public ClangTidyCheck {
28 PropertyDeclarationCheck(StringRef Name, ClangTidyContext *Context) in PropertyDeclarationCheck() function
H A DPropertyDeclarationCheck.cpp100 void PropertyDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
109 void PropertyDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt14 PropertyDeclarationCheck.cpp
H A DObjCTidyModule.cpp42 CheckFactories.registerCheck<PropertyDeclarationCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/objc/
H A DBUILD.gn21 "PropertyDeclarationCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1206 clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.h