Searched refs:IntersectionSet (Results 1 – 1 of 1) sorted by relevance
9034 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument9066 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()9076 IntersectionSet.erase( in getIntersectionOfProtocols()9077 std::remove_if(IntersectionSet.begin(), in getIntersectionOfProtocols()9078 IntersectionSet.end(), in getIntersectionOfProtocols()9082 IntersectionSet.end()); in getIntersectionOfProtocols()9086 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()