Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2625 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 DObjCMT.cpp839 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2498 void CollectInheritedProtocols(const Decl *CDecl,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1503 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()