Home
last modified time | relevance | path

Searched defs:is_toplevel (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Ditem.rs575 pub fn is_toplevel(&self, ctx: &BindgenContext) -> bool { in is_toplevel() method
/external/rust/crates/bindgen/src/
Dclang.rs202 pub fn is_toplevel(&self) -> bool { in is_toplevel() method
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3084 let is_toplevel = item.is_toplevel(ctx); in codegen() localVariable