Searched refs:IntersectionSet (Results 1 – 1 of 1) sorted by relevance
9811 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument9843 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()9853 llvm::erase_if(IntersectionSet, [&](ObjCProtocolDecl *proto) -> bool { in getIntersectionOfProtocols()9859 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()