Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1298 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1301 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1302 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1311 if (LHSComplexInt) { in handleComplexIntConversion()
1312 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()