Searched refs:is_toplevel (Results 1 – 4 of 4) sorted by relevance
33 is_toplevel = [True for i in range(0, num_components_with_no_deps + num_components_with_deps)]57 is_toplevel[dep] = False69 assert is_toplevel[toplevel_component]
204 pub fn is_toplevel(&self) -> bool { in is_toplevel() method265 if self.is_toplevel() { in is_in_non_fully_specialized_template()
3005 let is_toplevel = item.is_toplevel(ctx); in codegen() localVariable3008 let parent_canonical_name = if is_toplevel { in codegen()3047 if is_toplevel || enum_ty.name().is_some() { in codegen()3113 let mangled_name = if is_toplevel { in codegen()
566 pub fn is_toplevel(&self, ctx: &BindgenContext) -> bool { in is_toplevel() method