Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2581 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
2587 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2592 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
2596 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
2601 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2610 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
5513 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
9762 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
9930 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
9941 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2514 void CollectInheritedProtocols(const Decl *CDecl,
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp836 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1517 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()