Searched defs:is_toplevel (Results 1 – 3 of 3) sorted by relevance
575 pub fn is_toplevel(&self, ctx: &BindgenContext) -> bool { in is_toplevel() method
202 pub fn is_toplevel(&self) -> bool { in is_toplevel() method
3084 let is_toplevel = item.is_toplevel(ctx); in codegen() localVariable