Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/ir/
Dcontext.rs620 pub fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types()
627 pub fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing()
633 pub fn finish_parsing(&mut self) -> PartialType { in finish_parsing()
2890 pub struct PartialType { struct
2897 impl PartialType { argument
2899 pub fn new(decl: Cursor, id: ItemId) -> PartialType { in new()
2916 impl TemplateParameters for PartialType { implementation