Searched refs:LHSInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
6915 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local6916 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()6920 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty()) in ObjCQualifiedIdTypesAreCompatible()6922 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible()