Searched refs:LHSComplexInt (Results 1 – 1 of 1) sorted by relevance
1267 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local1270 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()1271 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()1280 if (LHSComplexInt) { in handleComplexIntConversion()1281 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()