Lines Matching refs:CollectInheritedProtocols
2569 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
2575 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2580 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
2584 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
2589 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2598 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
5308 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
8878 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
9046 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
9050 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
9057 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
9061 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
9072 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()
9296 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
9300 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()