Lines Matching defs:PropertySet
1000 llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet,
2769 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet,
2775 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2777 if (!PropertySet.insert(PD->getIdentifier()))
2804 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet;
2806 PropertySet.insert(PD->getIdentifier());
2816 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2820 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);