Searched refs:fnsig_return_ty (Results 1 – 1 of 1) sorted by relevance
2337 let mut ret = utils::fnsig_return_ty(ctx, signature); in codegen_method()3746 let ret = utils::fnsig_return_ty(ctx, &self); in try_to_rust_ty()3827 let ret = utils::fnsig_return_ty(ctx, signature); in codegen()3928 let fn_ret = utils::fnsig_return_ty(ctx, signature); in objc_method_codegen()4535 pub fn fnsig_return_ty( in fnsig_return_ty() function