Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

3306     // If the type we've converted to is not reference-related to the
3426 // reference-related to T2, and can be implicitly converted to an
3512 // reference-related to T2, and can be implicitly converted to an
4050 // by an object that can be converted into a T.
4180 // (possibly converted) value of the initializer expression. Standard
5334 SmallVector<Expr*, 16> Converted(NumInits);
5349 Converted[i] = Res.take();
5353 Converted.data(), NumInits, ILE->getRBraceLoc());