Lines Matching refs:PD
169 if (const auto *PD = dyn_cast<ObjCProtocolDecl>(this)) in HasUserDeclaredSetterMethod() local
170 for (const auto *PI : PD->protocols()) in HasUserDeclaredSetterMethod()
192 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl() local
195 return PD; in findPropertyDecl()
202 if (auto *PD = dyn_cast<ObjCPropertyDecl>(*I)) { in findPropertyDecl() local
206 !PD->isClassProperty()) || in findPropertyDecl()
208 PD->isClassProperty()) || in findPropertyDecl()
210 !PD->isClassProperty())) in findPropertyDecl()
211 return PD; in findPropertyDecl()
213 if (PD->isClassProperty()) in findPropertyDecl()
214 classProp = PD; in findPropertyDecl()
255 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local
258 return PD; in FindPropertyDeclaration()
379 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local
382 return PD; in FindPropertyVisibleInPrimaryClass()
833 if (const auto *PD = dyn_cast<const ObjCProtocolDecl>(getDeclContext())) in definedInNSObject() local
834 return PD->getIdentifier() == Ctx.getNSObjectName(); in definedInNSObject()