Home
last modified time | relevance | path

Searched refs:CollectInheritedProtocols (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2584 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 DObjCMT.cpp840 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2413 void CollectInheritedProtocols(const Decl *CDecl,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1501 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()