Searched refs:is_class_method (Results 1 – 2 of 2) sorted by relevance
63 is_class_method: bool, field185 let is_class_method = in from_ty() localVariable188 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() method252 self.is_class_method in is_class_method()
4006 let sig = if method.is_class_method() { in objc_method_codegen()4021 let body = if method.is_class_method() { in objc_method_codegen()