Home | History | Annotate | Download | only in AST

Lines Matching refs:CollectInheritedProtocols

1786 /// CollectInheritedProtocols - Collect all protocols in current class and
1788 void ASTContext::CollectInheritedProtocols(const Decl *CDecl,
1800 CollectInheritedProtocols(*P, Protocols);
1809 CollectInheritedProtocols(*Cat, Protocols);
1814 CollectInheritedProtocols(SD, Protocols);
1824 CollectInheritedProtocols(*P, Protocols);
1833 CollectInheritedProtocols(*P, Protocols);
6566 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
6682 Context.CollectInheritedProtocols(LHS->getInterface(),
6697 Context.CollectInheritedProtocols(RHS->getInterface(),
6767 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols);