Home
last modified time | relevance | path

Searched refs:declaration_to_look_for (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Ditem.rs1586 let declaration_to_look_for = if valid_decl { in from_ty_with_id() localVariable
1599 .find(|ty| *ty.decl() == declaration_to_look_for) in from_ty_with_id()
1608 let partial_ty = PartialType::new(declaration_to_look_for, id); in from_ty_with_id()
1645 assert_eq!(*finished.decl(), declaration_to_look_for); in from_ty_with_id()
1654 PartialType::new(declaration_to_look_for, id); in from_ty_with_id()
1681 assert_eq!(*partial_ty.decl(), declaration_to_look_for); in from_ty_with_id()