Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

676     // Dig out the type that all elements should be converted to.
713 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
716 if (Converted.isInvalid())
719 ElementsBuffer[I] = Converted.get();
803 // Dig out the type that all values should be converted to.
817 // Dig out the type that all keys should be converted to.