Home
last modified time | relevance | path

Searched refs:IntersectionSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9068 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument
9100 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()