Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10178 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local
10179 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
10183 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()
10185 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()
10190 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()