Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcontext.rs622 pub fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types()
629 pub fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing()
635 pub fn finish_parsing(&mut self) -> PartialType { in finish_parsing()
2778 pub struct PartialType { struct
2785 impl PartialType { argument
2787 pub fn new(decl: Cursor, id: ItemId) -> PartialType { in new()
2804 impl TemplateParameters for PartialType { implementation