Searched refs:findPropertyDecl (Results 1 – 9 of 9) sorted by relevance
165 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
351 = ObjCPropertyDecl::findPropertyDecl(*Ext, PropertyId)) { in HandlePropertyInClassExtension()446 if (!ObjCPropertyDecl::findPropertyDecl(DC, in HandlePropertyInClassExtension()541 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()
1354 PDecl = Method->findPropertyDecl(); in DiagnoseARCUseOfWeakReceiver()2460 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()
2611 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString()
93 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
96 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl137 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()207 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()957 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl995 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl()
428 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
444 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;2125 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
1044 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()