Function rustc::middle::trans::base::trans_fn[src]
pub fn trans_fn(ccx: &CrateContext, decl: &FnDecl, body: &Block, llfndecl: ValueRef, param_substs: ¶m_substs, id: NodeId, attrs: &[Attribute])
pub fn trans_fn(ccx: &CrateContext, decl: &FnDecl, body: &Block, llfndecl: ValueRef, param_substs: ¶m_substs, id: NodeId, attrs: &[Attribute])
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).