Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1346 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1349 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1350 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1359 if (LHSComplexInt) { in handleComplexIntConversion()
1360 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()