Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp6915 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local
6916 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
6920 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty()) in ObjCQualifiedIdTypesAreCompatible()
6922 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8763 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; in ObjCQualifiedIdTypesAreCompatible() local
8764 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible()
8768 if (LHSInheritedProtocols.empty() && lhs->qual_empty()) in ObjCQualifiedIdTypesAreCompatible()
8770 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible()