Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dobjc.rs63 is_class_method: bool, field
185 let is_class_method = in from_ty() localVariable
188 ObjCMethod::new(&name, signature, is_class_method); in from_ty()
207 if method.is_class_method { in add_method()
219 is_class_method: bool, in new()
229 is_class_method, in new()
251 pub fn is_class_method(&self) -> bool { in is_class_method() method
252 self.is_class_method in is_class_method()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4006 let sig = if method.is_class_method() { in objc_method_codegen()
4021 let body = if method.is_class_method() { in objc_method_codegen()