Searched refs:from_ty_or_ref (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/bindgen/src/ir/ |
D | template.rs | 236 Item::from_ty_or_ref(t, t.declaration(), None, ctx) in from_ty() 242 .map(|t| Item::from_ty_or_ref(t, t.declaration(), None, ctx)) in from_ty() 284 Item::from_ty_or_ref(definition.cur_type(), definition, None, ctx); in from_ty()
|
D | ty.rs | 950 inner = Ok(Item::from_ty_or_ref( in from_clang_ty() 1075 Item::from_ty_or_ref(pointee, location, None, ctx); in from_clang_ty() 1081 Item::from_ty_or_ref(pointee, location, None, ctx); in from_clang_ty() 1087 let inner = Item::from_ty_or_ref( in from_clang_ty() 1123 Item::from_ty_or_ref(inner, location, None, ctx); in from_clang_ty()
|
D | function.rs | 342 (name, Item::from_ty_or_ref(ty, cursor, None, ctx)) in args_from_ty_and_cursor() 421 Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty() 505 Item::from_ty_or_ref(ty_ret_type, cursor, None, ctx) in from_ty()
|
D | objc.rs | 190 let item = Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty()
|
D | comp.rs | 1302 let field_type = Item::from_ty_or_ref( in from_ty() 1419 Item::from_ty_or_ref(cur.cur_type(), cur, None, ctx); in from_ty()
|
D | item.rs | 1362 return Ok(Item::from_ty_or_ref( in parse() 1441 fn from_ty_or_ref( in from_ty_or_ref() method
|
D | context.rs | 1635 let ty = Item::from_ty_or_ref( in instantiate_template() 1659 let ty = Item::from_ty_or_ref( in instantiate_template()
|
/external/rust/crates/bindgen/src/ |
D | parse.rs | 72 fn from_ty_or_ref( in from_ty_or_ref() method
|