Lines Matching defs:CollectInheritedProtocols
1969 /// CollectInheritedProtocols - Collect all protocols in current class and
1971 void ASTContext::CollectInheritedProtocols(const Decl *CDecl,
1977 CollectInheritedProtocols(Proto, Protocols);
1982 CollectInheritedProtocols(Cat, Protocols);
1986 CollectInheritedProtocols(SD, Protocols);
1991 CollectInheritedProtocols(Proto, Protocols);
2000 CollectInheritedProtocols(Proto, Protocols);
3833 CollectInheritedProtocols(IDecl, InheritedProtocols);
6916 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
7074 Context.CollectInheritedProtocols(proto, LHSProtocolSet);
7078 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet);
7085 Context.CollectInheritedProtocols(proto, RHSProtocolSet);
7089 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet);
7100 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols);
7324 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols);
7328 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols);