Searched refs:CollectInheritedProtocols (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1788 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext 1800 CollectInheritedProtocols(*P, Protocols); in CollectInheritedProtocols() 1809 CollectInheritedProtocols(*Cat, Protocols); in CollectInheritedProtocols() 1814 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols() 1824 CollectInheritedProtocols(*P, Protocols); in CollectInheritedProtocols() 1833 CollectInheritedProtocols(*P, Protocols); in CollectInheritedProtocols() 6566 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible() 6682 Context.CollectInheritedProtocols(LHS->getInterface(), in getIntersectionOfProtocols() 6697 Context.CollectInheritedProtocols(RHS->getInterface(), in getIntersectionOfProtocols() 6767 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 471 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1682 void CollectInheritedProtocols(const Decl *CDecl,
|