Struct rustc::lib::llvm::AttrBuilderExperimental
[-]
[+]
[src]
pub struct AttrBuilder { // some fields omitted }
pub struct AttrBuilder { // some fields omitted }
impl AttrBuilder
fn new() -> AttrBuilder
fn arg<T: AttrHelper + 'static>(&'a mut self, idx: uint, a: T) -> &'a mut AttrBuilder
fn ret<T: AttrHelper + 'static>(&'a mut self, a: T) -> &'a mut AttrBuilder
fn apply_llfn(&self, llfn: *mut Value_opaque)
fn apply_callsite(&self, callsite: *mut Value_opaque)
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
).