Home | History | Annotate | Download | only in Sema

Lines Matching refs:LHSResult

5696   ExprResult LHSResult = CheckPlaceholderExpr(LHS.get());
5697 if (!LHSResult.isUsable()) return QualType();
5698 LHS = LHSResult;
8338 ExprResult LHSResult = LHS, RHSResult = RHS;
8339 QualType compType = UsualArithmeticConversions(LHSResult, RHSResult,
8341 if (LHSResult.isInvalid() || RHSResult.isInvalid())
8343 LHS = LHSResult.get();