Searched refs:IntersectionSet (Results 1 – 1 of 1) sorted by relevance
9068 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument9100 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()9110 IntersectionSet.erase( in getIntersectionOfProtocols()9111 std::remove_if(IntersectionSet.begin(), in getIntersectionOfProtocols()9112 IntersectionSet.end(), in getIntersectionOfProtocols()9116 IntersectionSet.end()); in getIntersectionOfProtocols()9120 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()