Lines Matching refs:Converted
286 const Expr *Converted) { in IgnoreNarrowingConversion() argument
289 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { in IgnoreNarrowingConversion()
296 while (auto *ICE = dyn_cast<ImplicitCastExpr>(Converted)) { in IgnoreNarrowingConversion()
306 Converted = ICE->getSubExpr(); in IgnoreNarrowingConversion()
310 return Converted; in IgnoreNarrowingConversion()
314 return Converted; in IgnoreNarrowingConversion()
329 ASTContext &Ctx, const Expr *Converted, APValue &ConstantValue, in getNarrowingKind() argument
368 const Expr *Initializer = IgnoreNarrowingConversion(Ctx, Converted); in getNarrowingKind()
407 const Expr *Initializer = IgnoreNarrowingConversion(Ctx, Converted); in getNarrowingKind()
452 const Expr *Initializer = IgnoreNarrowingConversion(Ctx, Converted); in getNarrowingKind()
6529 ExprResult Converted = DefaultLvalueConversion(From); in PerformContextualImplicitConversion() local
6530 QualType T = Converted.isUsable() ? Converted.get()->getType() : QualType(); in PerformContextualImplicitConversion()
6533 return Converted; in PerformContextualImplicitConversion()