Home | History | Annotate | Download | only in Sema

Lines Matching refs:CondRHS

6428   Expr *CondRHS;
6430 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
6432 if (!ExprLooksBoolean(CondRHS))
6449 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));