Home | History | Annotate | Download | only in AST

Lines Matching refs:CollectInheritedProtocols

1971 /// CollectInheritedProtocols - Collect all protocols in current class and
1973 void ASTContext::CollectInheritedProtocols(const Decl *CDecl,
1979 CollectInheritedProtocols(Proto, Protocols);
1984 CollectInheritedProtocols(Cat, Protocols);
1988 CollectInheritedProtocols(SD, Protocols);
1993 CollectInheritedProtocols(Proto, Protocols);
2002 CollectInheritedProtocols(Proto, Protocols);
3801 CollectInheritedProtocols(IDecl, InheritedProtocols);
6818 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
6976 Context.CollectInheritedProtocols(proto, LHSProtocolSet);
6980 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet);
6987 Context.CollectInheritedProtocols(proto, RHSProtocolSet);
6991 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet);
7002 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols);
7217 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols);
7221 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols);