Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1835 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext
1844 CollectInheritedProtocols(P, Protocols); in CollectInheritedProtocols()
1850 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols()
1854 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols()
1861 CollectInheritedProtocols(P, Protocols); in CollectInheritedProtocols()
1867 CollectInheritedProtocols(P, Protocols); in CollectInheritedProtocols()
3618 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols()
6616 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
6727 Context.CollectInheritedProtocols(LHS->getInterface(), in getIntersectionOfProtocols()
6742 Context.CollectInheritedProtocols(RHS->getInterface(), in getIntersectionOfProtocols()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1768 void CollectInheritedProtocols(const Decl *CDecl,
/minix/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp842 Ctx.CollectInheritedProtocols(IDecl, ExplicitProtocols); in migrateProtocolConformance()