Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1155 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1158 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1159 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1168 if (LHSComplexInt) { in handleComplexIntConversion()
1169 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()