Lines Matching refs:Prop
344 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
345 PM[Prop->getIdentifier()] = Prop; in collectPropertiesToImplement()
346 PO.push_back(Prop); in collectPropertiesToImplement()
350 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
351 PM[Prop->getIdentifier()] = Prop; in collectPropertiesToImplement()
352 PO.push_back(Prop); in collectPropertiesToImplement()
1264 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local
1265 return Prop; in findPropertyDecl()
1823 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1825 PM.insert(std::make_pair(Prop->getIdentifier(), Prop)); in collectPropertiesToImplement()
1826 PO.push_back(Prop); in collectPropertiesToImplement()
1840 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
1841 if (Prop == Property) in collectInheritedProtocolProperties()
1843 if (Prop->getIdentifier() == Property->getIdentifier()) { in collectInheritedProtocolProperties()
1844 PM[PDecl] = Prop; in collectInheritedProtocolProperties()