Lines Matching refs:CollectInheritedProtocols
2278 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
2284 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2289 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
2293 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
2298 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2307 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
4651 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
7971 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
8127 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
8131 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
8138 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
8142 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
8153 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()
8377 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
8381 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()