Searched refs:PropertyDeclarationCheck (Results 1 – 6 of 6) sorted by relevance
26 class PropertyDeclarationCheck : public ClangTidyCheck {28 PropertyDeclarationCheck(StringRef Name, ClangTidyContext *Context) in PropertyDeclarationCheck() function
100 void PropertyDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()109 void PropertyDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
14 PropertyDeclarationCheck.cpp
42 CheckFactories.registerCheck<PropertyDeclarationCheck>( in addCheckFactories()
21 "PropertyDeclarationCheck.cpp",
1206 clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.h