Home | History | Annotate | Download | only in Sema

Lines Matching refs:CondRHS

6593   Expr *CondRHS;
6595 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
6597 if (!ExprLooksBoolean(CondRHS))
6614 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));