Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7142 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local
7143 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
7147 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()
7149 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()
7154 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()