Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9034 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument
9066 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()