Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PropertySet

893     llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet,
2114 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet,
2121 PushProtocolProperties(PropertySet, Properties, Container, (*P), ObjCTypes);
2125 if (!PropertySet.insert(PD->getIdentifier()))
2152 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet;
2156 PropertySet.insert(PD->getIdentifier());
2168 PushProtocolProperties(PropertySet, Properties, Container, (*P),
2174 PushProtocolProperties(PropertySet, Properties, Container, (*P),