Home | History | Annotate | Download | only in AST

Lines Matching refs:CollectInheritedProtocols

1699 /// CollectInheritedProtocols - Collect all protocols in current class and
1701 void ASTContext::CollectInheritedProtocols(const Decl *CDecl,
1713 CollectInheritedProtocols(*P, Protocols);
1722 CollectInheritedProtocols(*Cat, Protocols);
1727 CollectInheritedProtocols(SD, Protocols);
1737 CollectInheritedProtocols(*P, Protocols);
1746 CollectInheritedProtocols(*P, Protocols);
6345 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
6461 Context.CollectInheritedProtocols(LHS->getInterface(),
6476 Context.CollectInheritedProtocols(RHS->getInterface(),
6546 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols);