Searched refs:IntersectionSet (Results 1 – 2 of 2) sorted by relevance
7062 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument7094 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()7104 IntersectionSet.erase( in getIntersectionOfProtocols()7105 std::remove_if(IntersectionSet.begin(), in getIntersectionOfProtocols()7106 IntersectionSet.end(), in getIntersectionOfProtocols()7110 IntersectionSet.end()); in getIntersectionOfProtocols()7114 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()
8920 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument8952 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()8962 IntersectionSet.erase( in getIntersectionOfProtocols()8963 std::remove_if(IntersectionSet.begin(), in getIntersectionOfProtocols()8964 IntersectionSet.end(), in getIntersectionOfProtocols()8968 IntersectionSet.end()); in getIntersectionOfProtocols()8972 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()