Searched refs:getGetterMethodDecl (Results 1 – 16 of 16) sorted by relevance
499 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()534 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
1406 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()2095 property->getGetterMethodDecl() && in diagnoseNullResettableSynthesizedSetters()2097 auto *getterMethod = property->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2217 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
3477 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
7205 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
409 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
786 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
791 if (!PD->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()803 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()811 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()5360 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()5638 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
958 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()966 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()7041 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()7291 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
317 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1127 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1806 addIfExists(prop->getGetterMethodDecl()); in GenerateClass()3401 addPropertyMethod(property->getGetterMethodDecl()); in GenerateClass()
897 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter()983 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody()
2368 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()2457 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
3503 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in GenerateClass()6161 if (auto MD = PD->getGetterMethodDecl()) in BuildClassRoTInitializer()
1356 NodeDumper.dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
4725 D->getGetterMethodDecl(), D->getSetterMethodDecl(), in VisitObjCPropertyDecl()
922 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
823 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()