Searched defs:ObjCMethod (Results 1 – 2 of 2) sorted by relevance
50 pub(crate) struct ObjCMethod { struct53 name: String,57 rust_name: String,59 signature: FunctionSig,62 is_class_method: bool,104 pub(crate) fn methods(&self) -> &Vec<ObjCMethod> { in methods()119 pub(crate) fn class_methods(&self) -> &Vec<ObjCMethod> { in class_methods()205 fn add_method(&mut self, method: ObjCMethod) { in add_method()214 impl ObjCMethod { implementation219 ) -> ObjCMethod { in new()
4592 method: &ObjCMethod, in objc_method_codegen()