Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

691     // Dig out the type that all elements should be converted to.
728 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
731 if (Converted.isInvalid())
734 ElementsBuffer[I] = Converted.get();
818 // Dig out the type that all values should be converted to.
832 // Dig out the type that all keys should be converted to.