Searched refs:CollectInheritedProtocols (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 2569 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext 2575 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2580 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols() 2584 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols() 2589 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2598 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 5308 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols() 8878 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible() 9046 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols() 9050 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 2362 void CollectInheritedProtocols(const Decl *CDecl,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 840 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1501 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()
|