Searched refs:RHSCan (Results 1 – 1 of 1) sorted by relevance
7644 RHSCan = getCanonicalType(RHS); in mergeTypes() local7647 if (LHSCan == RHSCan) in mergeTypes()7652 Qualifiers RQuals = RHSCan.getLocalQualifiers(); in mergeTypes()7655 if (LHSCan.getUnqualifiedType() != RHSCan.getUnqualifiedType() || in mergeTypes()7682 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()7694 Type::TypeClass RHSClass = RHSCan->getTypeClass(); in mergeTypes()7874 RHSCan->getAs<VectorType>())) in mergeTypes()7958 RHSCan = getCanonicalType(RHS); in mergeObjCGCQualifiers() local7960 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()7962 if (RHSCan->isFunctionType()) { in mergeObjCGCQualifiers()[all …]