Searched refs:findPropertyDecl (Results 1 – 12 of 12) sorted by relevance
154 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl168 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()213 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()331 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()1199 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl1264 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl()
468 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
200 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
1859 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr()2980 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()3933 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
616 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()
2605 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString()2683 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString()
4555 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
142 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
457 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody()
462 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;2592 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
248 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
1086 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()