Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1267 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1270 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1271 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1280 if (LHSComplexInt) { in handleComplexIntConversion()
1281 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()