Searched refs:getGetterMethodDecl (Results 1 – 17 of 17) sorted by relevance
1412 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()2128 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()2129 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2199 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules()2247 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()2250 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()4877 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
3710 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
9089 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
524 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()559 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
900 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function2898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
310 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1166 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1915 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1053 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter()1174 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
3125 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()3227 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
3551 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
6732 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
985 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()1024 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
957 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()965 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()7035 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()7285 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
1194 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
2835 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
1716 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
5794 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()