Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9811 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument
9843 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()