Home | History | Annotate | Download | only in Sema

Lines Matching full:condexpr

4499   auto CondExpr = SemaRef.BuildBinOp(
4503 if (CondExpr.isUsable()) {
4504 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(),
4506 CondExpr = SemaRef.PerformImplicitConversion(
4507 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting,
4512 return CondExpr.isUsable() ? CondExpr.get() : Cond;