Searched refs:rhsType (Results 1 – 2 of 2) sorted by relevance
2203 TypeSourceInfo *lhsType, TypeSourceInfo *rhsType, in BinaryTypeTraitExpr() argument2207 rhsType->getType()->isDependentType(), in BinaryTypeTraitExpr()2209 rhsType->getType()->isInstantiationDependentType()), in BinaryTypeTraitExpr()2211 rhsType->getType()->containsUnexpandedParameterPack())), in BinaryTypeTraitExpr()2213 LhsType(lhsType), RhsType(rhsType) { } in BinaryTypeTraitExpr()
1148 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local1149 if (lhsType != rhsType && in ActOnPropertyImplDecl()1445 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local1446 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()