Searched refs:IntersectionSet (Results 1 – 1 of 1) sorted by relevance
8115 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument8147 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()8157 IntersectionSet.erase( in getIntersectionOfProtocols()8158 std::remove_if(IntersectionSet.begin(), in getIntersectionOfProtocols()8159 IntersectionSet.end(), in getIntersectionOfProtocols()8163 IntersectionSet.end()); in getIntersectionOfProtocols()8167 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()