Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8773 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedClassTypesAreCompatible() local
8776 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto)) { in ObjCQualifiedClassTypesAreCompatible()
8818 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local
8825 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()
8826 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()
8855 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local
8864 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()
8865 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()
8884 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible() local
8887 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()
[all …]