Searched refs:findPropertyDecl (Results 1 – 13 of 13) sorted by relevance
266 Getter->getCanonicalDecl()->findPropertyDecl()) in VisitObjCMessageExpr()317 if (const auto *PD = Getter->getCanonicalDecl()->findPropertyDecl()) { in VisitObjCPropertyRefExpr()
179 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl194 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()270 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()392 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()1378 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl1461 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl()
608 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
201 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
1073 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
2090 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr()3391 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()4365 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
609 if (ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in CreatePropertyDecl()
2977 ->findPropertyDecl(/*CheckOverrides=*/false)) in FormatFunctionParameter()3776 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getCompletionComment()3793 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getPatternCompletionComment()
5308 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
323 return MD->findPropertyDecl(); in DiagnoseUseOfDecl()
493 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;935 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
1128 return MD->findPropertyDecl(); in getAccessedProperty()
249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()