Searched refs:LHSInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
6594 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local6595 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()6599 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty()) in ObjCQualifiedIdTypesAreCompatible()6602 LHSInheritedProtocols.begin(), in ObjCQualifiedIdTypesAreCompatible()6603 E = LHSInheritedProtocols.end(); I != E; ++I) { in ObjCQualifiedIdTypesAreCompatible()6710 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in getIntersectionOfProtocols() local6712 LHSInheritedProtocols); in getIntersectionOfProtocols()6713 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(), in getIntersectionOfProtocols()6714 LHSInheritedProtocols.end()); in getIntersectionOfProtocols()