Searched refs:RHSCan (Results 1 – 1 of 1) sorted by relevance
7538 RHSCan = getCanonicalType(RHS); in mergeTypes() local7541 if (LHSCan == RHSCan) in mergeTypes()7546 Qualifiers RQuals = RHSCan.getLocalQualifiers(); in mergeTypes()7567 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()7579 Type::TypeClass RHSClass = RHSCan->getTypeClass(); in mergeTypes()7759 RHSCan->getAs<VectorType>())) in mergeTypes()7816 RHSCan = getCanonicalType(RHS); in mergeObjCGCQualifiers() local7818 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()7820 if (RHSCan->isFunctionType()) { in mergeObjCGCQualifiers()7824 cast<FunctionType>(RHSCan.getTypePtr())->getReturnType(); in mergeObjCGCQualifiers()[all …]