Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10368 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument
10400 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()
10410 llvm::erase_if(IntersectionSet, [&](ObjCProtocolDecl *proto) -> bool { in getIntersectionOfProtocols()
10416 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()