Searched refs:LHSInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
5947 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local5948 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()5952 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty()) in ObjCQualifiedIdTypesAreCompatible()5955 LHSInheritedProtocols.begin(), in ObjCQualifiedIdTypesAreCompatible()5956 E = LHSInheritedProtocols.end(); I != E; ++I) { in ObjCQualifiedIdTypesAreCompatible()6063 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in getIntersectionOfProtocols() local6065 LHSInheritedProtocols); in getIntersectionOfProtocols()6066 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(), in getIntersectionOfProtocols()6067 LHSInheritedProtocols.end()); in getIntersectionOfProtocols()