Searched refs:CollectInheritedProtocols (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2625 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext 2631 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2636 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols() 2640 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols() 2645 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2654 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 5475 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols() 9543 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible() 9711 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols() 9722 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols() [all …]
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 839 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2498 void CollectInheritedProtocols(const Decl *CDecl,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1503 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()
|