Searched refs:getGetterMethodDecl (Results 1 – 19 of 19) sorted by relevance
1433 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()2145 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()2146 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2217 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules()2264 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()2267 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
4001 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()4864 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
3702 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
8996 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
524 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()559 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
403 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()
958 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()966 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()7037 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()7287 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
897 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function2897 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
312 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1167 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1917 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1049 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter()1170 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
2999 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()3101 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
3544 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
6586 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
947 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()986 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
1159 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
2584 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
1731 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
5710 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()