Searched refs:getGetterMethodDecl (Results 1 – 19 of 19) sorted by relevance
1422 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()2137 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()2138 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2208 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules()2256 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()2259 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
4008 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()4881 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
3700 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
9237 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
524 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()559 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
402 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
790 if (PID->getGetterMethodDecl() && !PID->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()803 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()811 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()5341 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()5619 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
956 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()964 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()7001 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()7251 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function2898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
309 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1166 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1924 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1053 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter()1174 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
3350 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()3451 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
3447 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
7057 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
1158 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()1197 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
1202 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
2999 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
1722 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
6070 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()