Searched refs:rhsType (Results 1 – 3 of 3) sorted by relevance
440 auto rhsType = rhsP.type; in VariantN() local442 if (rhsType == typeid(A)) in VariantN()448 else if (rhsType == typeid(void)) in VariantN()456 if (tryPutting(zis, rhsType, &temp.store)) in VariantN()479 if (rhsType == typeid(null)) in VariantN()
356 auto rhsType = rhsP.type; in VariantN() local358 if (rhsType == typeid(A)) in VariantN()364 else if (rhsType == typeid(void)) in VariantN()372 if (tryPutting(zis, rhsType, &temp.store)) in VariantN()
1388 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local1389 if (lhsType != rhsType && in ActOnPropertyImplDecl()1736 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local1737 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()