Searched refs:LHSComplexInt (Results 1 – 1 of 1) sorted by relevance
1313 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local1316 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()1317 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()1326 if (LHSComplexInt) { in handleComplexIntConversion()1327 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()