Searched refs:from_ty (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/bindgen/src/ir/ |
D | ty.rs | 795 match TemplateInstantiation::from_ty(&ty, ctx) { in from_clang_ty() 835 FunctionSig::from_ty(ty, &location, ctx)?; in from_clang_ty() 844 let complex = CompInfo::from_ty( in from_clang_ty() 906 let complex = CompInfo::from_ty( in from_clang_ty() 1097 let inner = Item::from_ty( in from_clang_ty() 1107 let inner = Item::from_ty( in from_clang_ty() 1117 let signature = FunctionSig::from_ty(ty, &location, ctx)?; in from_clang_ty() 1127 let enum_ = Enum::from_ty(ty, ctx).expect("Not an enum?"); in from_clang_ty() 1139 let complex = CompInfo::from_ty( in from_clang_ty() 1159 let inner = Item::from_ty( in from_clang_ty() [all …]
|
D | enum_ty.rs | 54 pub fn from_ty( in from_ty() method 68 .and_then(|et| Item::from_ty(&et, declaration, None, ctx).ok()); in from_ty()
|
D | objc.rs | 127 pub fn from_ty( in from_ty() method 179 FunctionSig::from_ty(&c.cur_type(), &c, ctx) in from_ty()
|
D | template.rs | 221 pub fn from_ty( in from_ty() method
|
D | function.rs | 366 pub fn from_ty( in from_ty() method 612 let sig = Item::from_ty(&cursor.cur_type(), cursor, None, context)?; in parse()
|
D | var.rs | 315 let ty = match Item::from_ty(&ty, cursor, None, ctx) { in parse()
|
D | item.rs | 1377 match Item::from_ty( in parse() 1515 fn from_ty( in from_ty() method
|
D | comp.rs | 1224 pub fn from_ty( in from_ty() method
|
D | context.rs | 901 let resolved = Item::from_ty(&ty, loc, parent_id, self) in resolve_typerefs()
|
/external/rust/crates/bindgen/src/ |
D | parse.rs | 53 fn from_ty( in from_ty() method
|
/external/rust/crates/serde_derive/src/internals/ |
D | attr.rs | 516 if let Ok(from_ty) = parse_lit_into_ty(cx, FROM, &m.lit) { in from_ast() 517 type_from.set_opt(&m.path, Some(from_ty)); in from_ast()
|