Lines Matching defs:CondExpr
8958 ExprResult CondExpr =
8963 if (CondExpr.isUsable()) {
8964 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(),
8966 CondExpr = SemaRef.PerformImplicitConversion(
8967 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting,
8972 return CondExpr.isUsable() ? CondExpr.get() : Cond;
14303 ExprResult CondExpr =
14306 if (!CondExpr.isUsable())
14339 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr,
14373 ExprResult CondExpr =
14376 if (!CondExpr.isUsable())
14387 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr,
14983 ExprResult CondExpr =
14986 if (!CondExpr.isUsable())
15006 Context, InitStmt.get(), CondExpr.get(), nullptr, IncrStmt.get(), Inner,