Searched refs:LHSEltType (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1302 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion() local 1306 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion() 1312 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion() local 1315 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
|