Searched refs:RHSCan (Results 1 – 1 of 1) sorted by relevance
9676 RHSCan = getCanonicalType(RHS); in mergeTypes() local9679 if (LHSCan == RHSCan) in mergeTypes()9684 Qualifiers RQuals = RHSCan.getLocalQualifiers(); in mergeTypes()9706 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()9718 Type::TypeClass RHSClass = RHSCan->getTypeClass(); in mergeTypes()9949 RHSCan->castAs<VectorType>())) in mergeTypes()9954 RHSCan->castAs<ConstantMatrixType>())) in mergeTypes()10058 RHSCan = getCanonicalType(RHS); in mergeObjCGCQualifiers() local10060 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()10062 if (RHSCan->isFunctionType()) { in mergeObjCGCQualifiers()[all …]