Struct rustc_llvm::AttrBuilderUnstable
[-] [+]
[src]
pub struct AttrBuilder { // some fields omitted }
pub struct AttrBuilder { // some fields omitted }
impl AttrBuilder
fn new() -> AttrBuilder
fn arg<'a, T: AttrHelper + 'static>(&'a mut self, idx: usize, a: T) -> &'a mut AttrBuilder
fn ret<'a, T: AttrHelper + 'static>(&'a mut self, a: T) -> &'a mut AttrBuilder
fn apply_llfn(&self, llfn: ValueRef)
fn apply_callsite(&self, callsite: ValueRef)
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
, enum
,
trait
, typedef
(or
tdef
).