Lines Matching refs:Prop
372 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
373 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement()
374 PO.push_back(Prop); in collectPropertiesToImplement()
378 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
379 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement()
380 PO.push_back(Prop); in collectPropertiesToImplement()
1302 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local
1303 return Prop; in findPropertyDecl()
1857 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1860 std::make_pair(Prop->getIdentifier(), Prop->isClassProperty()), in collectPropertiesToImplement()
1861 Prop)); in collectPropertiesToImplement()
1862 PO.push_back(Prop); in collectPropertiesToImplement()
1876 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
1877 if (Prop == Property) in collectInheritedProtocolProperties()
1879 if (Prop->getIdentifier() == Property->getIdentifier()) { in collectInheritedProtocolProperties()
1880 PM[PDecl] = Prop; in collectInheritedProtocolProperties()