Searched refs:RHSCan (Results 1 – 1 of 1) sorted by relevance
11020 RHSCan = getCanonicalType(RHS); in mergeTypes() local11023 if (LHSCan == RHSCan) in mergeTypes()11028 Qualifiers RQuals = RHSCan.getLocalQualifiers(); in mergeTypes()11050 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()11062 Type::TypeClass RHSClass = RHSCan->getTypeClass(); in mergeTypes()11300 RHSCan->castAs<VectorType>())) in mergeTypes()11305 RHSCan->castAs<ConstantMatrixType>())) in mergeTypes()11413 RHSCan = getCanonicalType(RHS); in mergeObjCGCQualifiers() local11415 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()11417 if (RHSCan->isFunctionType()) { in mergeObjCGCQualifiers()[all …]