Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PropertySet

984     llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet,
2906 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet,
2913 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes,
2919 if (!PropertySet.insert(PD->getIdentifier()).second)
2956 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet;
2968 PropertySet.insert(PD->getIdentifier());
2977 if (!PropertySet.insert(PD->getIdentifier()).second)
2984 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes,
2989 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes,