Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/codegen/
Dmod.rs221 struct CodegenResult<'a> { struct
222 items: Vec<proc_macro2::TokenStream>,
223 dynamic_items: DynamicItems,
227 codegen_id: &'a Cell<usize>,
230 saw_bindgen_union: bool,
233 saw_incomplete_array: bool,
236 saw_objc: bool,
239 saw_block: bool,
242 saw_bitfield_unit: bool,
244 items_seen: HashSet<ItemId>,
[all …]