Lines Matching refs:CollectInheritedProtocols
2581 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
2587 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2592 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
2596 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
2601 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2610 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
5513 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
9762 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
9930 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
9934 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
9941 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
9945 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
9956 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()
10179 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
10183 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()