Searched refs:LHSEltType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1271 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion() local 1275 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion() 1281 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion() local 1284 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
|