Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8115 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument
8147 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()