Searched refs:getGetterMethodDecl (Results 1 – 19 of 19) sorted by relevance
1434 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()2149 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()2150 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2221 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules()2268 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()2271 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
3986 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()4844 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
3703 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
8347 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
509 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()544 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
408 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
792 if (PID->getGetterMethodDecl() && !PID->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()805 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()813 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()5362 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()5640 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
957 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()965 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()7038 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()7288 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function2836 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
308 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1150 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1904 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1048 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter()1134 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
2713 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()2812 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
5581 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
3613 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
870 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()909 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
1058 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
2317 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
1614 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
5256 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()