Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp1339 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1342 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1343 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1352 if (LHSComplexInt) { in handleComplexIntConversion()
1353 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()