Searched refs:PropertyId (Results 1 – 5 of 5) sorted by relevance
424 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local437 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension()569 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local595 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()612 PropertyId, AtLoc, in CreatePropertyDecl()616 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()889 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument918 property = IDecl->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()996 property = Category->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()1013 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()[all …]
195 const IdentifierInfo *PropertyId) const { in FindPropertyDeclaration()207 if (auto *P = Ext->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()213 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()222 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()231 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()237 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()242 return superClass->FindPropertyDeclaration(PropertyId); in FindPropertyDeclaration()250 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()322 IdentifierInfo *PropertyId) const { in FindPropertyVisibleInPrimaryClass()331 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()[all …]
781 FindPropertyDeclaration(const IdentifierInfo *PropertyId) const;1464 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
1084 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local1086 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()
7346 IdentifierInfo *PropertyId,