Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

240   //   A default argument expression is implicitly converted (clause
10407 // constant expression that can be contextually converted to bool.
10408 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr);
10409 if (Converted.isInvalid())
10413 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond,