Lines Matching refs:CollectInheritedProtocols
2625 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
2631 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2636 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
2640 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
2645 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2654 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
5475 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
9543 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
9711 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
9715 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
9722 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
9726 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
9737 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()
9957 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
9961 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()