Home
last modified time | relevance | path

Searched refs:IntersectionSet (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8920 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) { in getIntersectionOfProtocols() argument
8952 IntersectionSet.push_back(proto); in getIntersectionOfProtocols()
8962 IntersectionSet.erase( in getIntersectionOfProtocols()
8963 std::remove_if(IntersectionSet.begin(), in getIntersectionOfProtocols()
8964 IntersectionSet.end(), in getIntersectionOfProtocols()
8968 IntersectionSet.end()); in getIntersectionOfProtocols()
8972 llvm::array_pod_sort(IntersectionSet.begin(), IntersectionSet.end(), in getIntersectionOfProtocols()