Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dobjc.rs24 pub struct ObjCInterface { struct
65 impl ObjCInterface { impl
66 fn new(name: &str) -> ObjCInterface { in new() argument
67 ObjCInterface { in new()
156 if let TypeKind::ObjCInterface(ref protocol) = in from_ty()
319 impl Trace for ObjCInterface { implementation
Dty.rs11 use super::objc::ObjCInterface;
327 TypeKind::ObjCInterface(..) => Some(self), in safe_canonical_type()
477 TypeKind::ObjCInterface(..) => "ObjCInterface", in kind_name()
566 TypeKind::ObjCInterface(_) => vec![], in self_template_params()
668 ObjCInterface(ObjCInterface), enumerator
1193 let interface = ObjCInterface::from_ty(&location, ctx) in from_clang_ty()
1198 TypeKind::ObjCInterface(interface) in from_clang_ty()
1275 TypeKind::ObjCInterface(ref interface) => { in trace()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dimpl_partialeq.rs97 TypeKind::ObjCInterface(..) | in gen_field()
Dimpl_debug.rs158 TypeKind::ObjCInterface(..) | in impl_debug()
Dmod.rs44 use crate::ir::objc::{ObjCInterface, ObjCMethod};
1073 TypeKind::ObjCInterface(ref interface) => { in codegen()
3851 matches!(inner_ty.kind(), TypeKind::ObjCInterface(..)); in try_to_rust_ty()
3881 TypeKind::ObjCInterface(ref interface) => { in try_to_rust_ty()
4267 impl CodeGenerator for ObjCInterface { implementation
4382 TypeKind::ObjCInterface(ref parent) => parent, in codegen()
4994 if let TypeKind::ObjCInterface(ref interface) = in fnsig_arguments()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dhas_type_param_in_array.rs139 TypeKind::ObjCInterface(..) | in constrain()
Dderive.rs218 TypeKind::ObjCInterface(..) | in constrain_type()
584 (DeriveTrait::Default, TypeKind::ObjCInterface(..)) | in can_derive_simple()
Dhas_float.rs128 TypeKind::ObjCInterface(..) | in constrain()
Dsizedness.rs264 TypeKind::ObjCInterface(..) => { in constrain()