Searched defs:IntersectionOfProtocols (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp6623 SmallVectorImpl<ObjCProtocolDecl *> &IntersectionOfProtocols) {
6648 IntersectionOfProtocols.push_back(RHSProtocols[i]);
6657 IntersectionOfProtocols.push_back((*I));
6620 getIntersectionOfProtocols(ASTContext &Context, const ObjCObjectPointerType *LHSOPT, const ObjCObjectPointerType *RHSOPT, SmallVectorImpl<ObjCProtocolDecl *> &IntersectionOfProtocols) argument

Completed in 70 milliseconds