Searched refs:LHSComplexInt (Results 1 – 1 of 1) sorted by relevance
1135 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local1138 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()1139 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()1148 if (LHSComplexInt) { in handleComplexIntConversion()1149 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()