Searched refs:SetterMethod (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp191 ObjCMethodDecl *SetterMethod = local
194 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD)
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1757 ObjCMethodDecl *SetterMethod = nullptr; local
1766 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName());
1774 if (SetterMethod) {
1775 Diag(SetterMethod->getLocation(),
1792 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName());
1794 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) {
1797 : SetterMethod->getLocation());
1800 << (SetterMethod != nullptr);
1908 ObjCMethodDecl *GetterMethod, *SetterMethod; local
[all...]
H A DSemaDeclObjC.cpp2662 if (ObjCMethodDecl *SetterMethod
2664 SetterMethod->setPropertyAccessor(true);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1056 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); local
1058 if (!SetterMethod) {
1079 SetterMethod = D->getInstanceMethod(SetterSelector);
1084 if (SetterMethod) {
1088 if (SetterMethod->isDeprecated() ||
1089 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch))
1093 QualType SRT = SetterMethod->getReturnType();
1096 const ParmVarDecl *argDecl = *SetterMethod->param_begin();
1101 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit,
1115 rewriteToObjCProperty(Method, nullptr /*SetterMethod*/, *NSAPIOb
[all...]

Completed in 116 milliseconds