Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2636 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
2642 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2647 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
2651 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
2656 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
2665 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols()
5528 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
9655 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
9823 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
9834 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2480 void CollectInheritedProtocols(const Decl *CDecl,
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp839 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1517 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()