Searched refs:LHSCan (Results 1 – 1 of 1) sorted by relevance
7643 QualType LHSCan = getCanonicalType(LHS), in mergeTypes() local7647 if (LHSCan == RHSCan) in mergeTypes()7651 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes()7655 if (LHSCan.getUnqualifiedType() != RHSCan.getUnqualifiedType() || in mergeTypes()7685 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) { in mergeTypes()7693 Type::TypeClass LHSClass = LHSCan->getTypeClass(); in mergeTypes()7873 if (areCompatVectorTypes(LHSCan->getAs<VectorType>(), in mergeTypes()7957 QualType LHSCan = getCanonicalType(LHS), in mergeObjCGCQualifiers() local7960 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()7963 if (!LHSCan->isFunctionType()) in mergeObjCGCQualifiers()[all …]