Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp6524 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local
6525 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
6529 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty()) in ObjCQualifiedIdTypesAreCompatible()
6531 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible()
6635 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in getIntersectionOfProtocols() local
6637 LHSInheritedProtocols); in getIntersectionOfProtocols()
6638 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(), in getIntersectionOfProtocols()
6639 LHSInheritedProtocols.end()); in getIntersectionOfProtocols()