Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp6594 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local
6595 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() local
6712 LHSInheritedProtocols); in getIntersectionOfProtocols()
6713 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(), in getIntersectionOfProtocols()
6714 LHSInheritedProtocols.end()); in getIntersectionOfProtocols()