Searched refs:PropertyId (Results 1 – 5 of 5) sorted by relevance
329 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local377 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension()534 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local829 property = IDecl->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()924 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()972 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()1047 << PropertyId; in ActOnPropertyImplDecl()1243 = IC->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()1260 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()1267 << PropertyId; in ActOnPropertyImplDecl()[all …]
186 const IdentifierInfo *PropertyId) const { in FindPropertyDeclaration()195 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()204 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()213 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()219 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()224 return superClass->FindPropertyDeclaration(PropertyId); in FindPropertyDeclaration()232 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()248 IdentifierInfo *PropertyId) const { in FindPropertyVisibleInPrimaryClass()257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()262 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyVisibleInPrimaryClass()
595 FindPropertyDeclaration(const IdentifierInfo *PropertyId) const;1250 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
1062 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local1064 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()
7083 IdentifierInfo *PropertyId,