Searched refs:CollectInheritedProtocols (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1971 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/ |
D | ASTContext.h | 1951 void CollectInheritedProtocols(const Decl *CDecl,
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 849 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1406 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()
|