Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9295 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local
9296 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
9300 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()
9302 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()
9307 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()