Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

645   // Dig out the type that all elements should be converted to.
676 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
679 if (Converted.isInvalid())
682 ElementsBuffer[I] = Converted.get();
785 // Dig out the type that all values should be converted to.
800 // Dig out the type that all keys should be converted to.