Function rustc::middle::trans::base::new_fn_ctxt[src]

pub fn new_fn_ctxt<'a>(ccx: &'a CrateContext, llfndecl: ValueRef, id: NodeId, has_env: bool, output_type: t, param_substs: &'a param_substs, sp: Option<Span>, block_arena: &'a TypedArena<Block<'a>>) -> FunctionContext<'a>