Searched refs:LHSCan (Results 1 – 1 of 1) sorted by relevance
7537 QualType LHSCan = getCanonicalType(LHS), in mergeTypes() local7541 if (LHSCan == RHSCan) in mergeTypes()7545 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes()7570 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) { in mergeTypes()7578 Type::TypeClass LHSClass = LHSCan->getTypeClass(); in mergeTypes()7758 if (areCompatVectorTypes(LHSCan->getAs<VectorType>(), in mergeTypes()7815 QualType LHSCan = getCanonicalType(LHS), in mergeObjCGCQualifiers() local7818 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()7821 if (!LHSCan->isFunctionType()) in mergeObjCGCQualifiers()7826 cast<FunctionType>(LHSCan.getTypePtr())->getReturnType(); in mergeObjCGCQualifiers()[all …]