Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1267 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1270 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1271 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1280 if (LHSComplexInt) { in handleComplexIntConversion()
1281 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1301 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local
1304 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()
1305 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()
1314 if (LHSComplexInt) { in handleComplexIntConversion()
1315 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()