reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6351 if (CondExpr.isUsable()) { 6352 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(), 6354 CondExpr = SemaRef.PerformImplicitConversion( 6355 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, 6360 return CondExpr.isUsable() ? CondExpr.get() : Cond; 6360 return CondExpr.isUsable() ? CondExpr.get() : Cond;