Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

238   //   A default argument expression is implicitly converted (clause
9850 // constant expression that can be contextually converted to bool.
9851 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr);
9852 if (Converted.isInvalid())
9856 if (VerifyIntegerConstantExpression(Converted.get(), &Cond,