Searched refs:LHSComplexInt (Results 1 – 1 of 1) sorted by relevance
1155 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local1158 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()1159 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()1168 if (LHSComplexInt) { in handleComplexIntConversion()1169 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()