Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7323 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local
7324 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
7328 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()
7330 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()
7335 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9181 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local
9182 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
9186 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()
9188 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()
9193 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()