Searched refs:LHSCan (Results 1 – 1 of 1) sorted by relevance
11019 QualType LHSCan = getCanonicalType(LHS), in mergeTypes() local11023 if (LHSCan == RHSCan) in mergeTypes()11027 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes()11053 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) { in mergeTypes()11061 Type::TypeClass LHSClass = LHSCan->getTypeClass(); in mergeTypes()11299 if (areCompatVectorTypes(LHSCan->castAs<VectorType>(), in mergeTypes()11304 if (areCompatMatrixTypes(LHSCan->castAs<ConstantMatrixType>(), in mergeTypes()11412 QualType LHSCan = getCanonicalType(LHS), in mergeObjCGCQualifiers() local11415 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()11418 if (!LHSCan->isFunctionType()) in mergeObjCGCQualifiers()[all …]