Lines Matching refs:Prop
396 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
397 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement()
398 PO.push_back(Prop); in collectPropertiesToImplement()
402 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
403 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement()
404 PO.push_back(Prop); in collectPropertiesToImplement()
1409 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl() local
1410 return Prop; in findPropertyDecl()
1984 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1987 std::make_pair(Prop->getIdentifier(), Prop->isClassProperty()), in collectPropertiesToImplement()
1988 Prop)); in collectPropertiesToImplement()
1989 PO.push_back(Prop); in collectPropertiesToImplement()
2003 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
2004 if (Prop == Property) in collectInheritedProtocolProperties()
2006 if (Prop->getIdentifier() == Property->getIdentifier()) { in collectInheritedProtocolProperties()
2007 PO.push_back(Prop); in collectInheritedProtocolProperties()