Lines Matching defs:CondExpr
8963 ExprResult CondExpr =
8968 if (CondExpr.isUsable()) {
8969 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(),
8971 CondExpr = SemaRef.PerformImplicitConversion(
8972 CondExpr.get(), SemaRef.Context.BoolTy,
8978 return CondExpr.isUsable() ? CondExpr.get() : Cond;
14386 ExprResult CondExpr =
14389 if (!CondExpr.isUsable())
14422 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr,
14456 ExprResult CondExpr =
14459 if (!CondExpr.isUsable())
14470 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr,
15111 ExprResult CondExpr =
15114 if (!CondExpr.isUsable())
15134 Context, InitStmt.get(), CondExpr.get(), nullptr, IncrStmt.get(), Inner,