Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7062 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument
7094 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()
7104 IntersectionSet.erase( in getIntersectionOfProtocols()
7105 std::remove_if(IntersectionSet.begin(), in getIntersectionOfProtocols()
7106 IntersectionSet.end(), in getIntersectionOfProtocols()
7110 IntersectionSet.end()); in getIntersectionOfProtocols()
7114 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()