Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp5947 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local
5948 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() local
6065 LHSInheritedProtocols); in getIntersectionOfProtocols()
6066 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(), in getIntersectionOfProtocols()
6067 LHSInheritedProtocols.end()); in getIntersectionOfProtocols()