Home | History | Annotate | Download | only in Sema

Lines Matching refs:LHSResult

6245   ExprResult LHSResult = CheckPlaceholderExpr(LHS.get());
6246 if (!LHSResult.isUsable()) return QualType();
6247 LHS = LHSResult;
9101 ExprResult LHSResult = LHS, RHSResult = RHS;
9102 QualType compType = UsualArithmeticConversions(LHSResult, RHSResult,
9104 if (LHSResult.isInvalid() || RHSResult.isInvalid())
9106 LHS = LHSResult.get();