Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

258   //   A default argument expression is implicitly converted (clause
11503 // constant expression that can be contextually converted to bool.
11504 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr);
11505 if (Converted.isInvalid())
11509 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond,