Searched refs:LHSComplexInt (Results 1 – 1 of 1) sorted by relevance
1339 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local1342 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()1343 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()1352 if (LHSComplexInt) { in handleComplexIntConversion()1353 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()