Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2569 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 DASTContext.h2362 void CollectInheritedProtocols(const Decl *CDecl,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp840 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1501 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()