Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2278 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
2284 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2289 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
2293 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
2298 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2307 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
4651 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
7971 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
8127 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
8138 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2234 void CollectInheritedProtocols(const Decl *CDecl,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp839 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1489 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()