Searched refs:CollectInheritedProtocols (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 1812 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext 1824 CollectInheritedProtocols(*P, Protocols); in CollectInheritedProtocols() 1833 CollectInheritedProtocols(*Cat, Protocols); in CollectInheritedProtocols() 1838 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols() 1848 CollectInheritedProtocols(*P, Protocols); in CollectInheritedProtocols() 1857 CollectInheritedProtocols(*P, Protocols); in CollectInheritedProtocols() 6595 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible() 6711 Context.CollectInheritedProtocols(LHS->getInterface(), in getIntersectionOfProtocols() 6726 Context.CollectInheritedProtocols(RHS->getInterface(), in getIntersectionOfProtocols() 6796 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1713 void CollectInheritedProtocols(const Decl *CDecl,
|
| /trueos/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 709 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
|