Home
last modified time | relevance | path

Searched refs:LHSComplexInt (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp1213 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1216 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1217 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1226 if (LHSComplexInt) { in handleComplexIntConversion()
1227 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()