Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9550 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedClassTypesAreCompatible() local
9553 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto)) { in ObjCQualifiedClassTypesAreCompatible()
9595 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local
9602 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()
9603 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()
9632 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local
9641 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()
9642 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()
9661 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible() local
9664 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()
[all …]