Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1342 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1345 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1346 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1355 if (LHSComplexInt) { in handleComplexIntConversion()
1356 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()