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()
1410 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl() local
1411 return Prop; in findPropertyDecl()
1983 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1986 std::make_pair(Prop->getIdentifier(), Prop->isClassProperty()), in collectPropertiesToImplement()
1987 Prop)); in collectPropertiesToImplement()
1988 PO.push_back(Prop); in collectPropertiesToImplement()
2002 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
2003 if (Prop == Property) in collectInheritedProtocolProperties()
2005 if (Prop->getIdentifier() == Property->getIdentifier()) { in collectInheritedProtocolProperties()
2006 PO.push_back(Prop); in collectInheritedProtocolProperties()