Searched refs:CollectInheritedProtocols (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2584 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext 2590 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2595 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols() 2599 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols() 2604 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2613 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 5323 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols() 8912 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible() 9080 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols() 9091 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 840 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2413 void CollectInheritedProtocols(const Decl *CDecl,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1501 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()
|