Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp1971 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
1977 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
1982 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
1986 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
1991 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2000 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
3833 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
6916 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
7074 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
7078 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
[all …]
/external/clang/include/clang/AST/
DASTContext.h1951 void CollectInheritedProtocols(const Decl *CDecl,
/external/clang/lib/ARCMigrate/
DObjCMT.cpp849 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1406 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()