Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dtemplate.rs236 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()
Dty.rs950 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()
Dfunction.rs342 (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()
Dobjc.rs190 let item = Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty()
Dcomp.rs1302 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()
Ditem.rs1362 return Ok(Item::from_ty_or_ref( in parse()
1441 fn from_ty_or_ref( in from_ty_or_ref() method
Dcontext.rs1635 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/
Dparse.rs72 fn from_ty_or_ref( in from_ty_or_ref() method