Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcontext.rs611 pub fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types()
618 pub fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing()
624 pub fn finish_parsing(&mut self) -> PartialType { in finish_parsing()
2722 pub struct PartialType { struct
2729 impl PartialType { argument
2731 pub fn new(decl: Cursor, id: ItemId) -> PartialType { in new()
2748 impl TemplateParameters for PartialType { implementation