Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp6795 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local
6796 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()
6798 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()
6808 SuperClassInheritedProtocols.begin(), in canAssignObjCInterfaces()
6809 E = SuperClassInheritedProtocols.end(); I != E; ++I) { in canAssignObjCInterfaces()