Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8376 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local
8377 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
8381 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()
8383 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()
8388 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()