Searched refs:CollectInheritedProtocols (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 2632 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext 2638 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2643 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols() 2647 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols() 2652 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2661 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 5923 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols() 10212 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible() 10380 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols() 10384 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2597 void CollectInheritedProtocols(const Decl *CDecl,
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 836 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1513 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()
|