Searched refs:is_class_method (Results 1 – 2 of 2) sorted by relevance
62 is_class_method: bool, field184 let is_class_method = in from_ty() localVariable187 ObjCMethod::new(&name, signature, is_class_method); in from_ty()206 if method.is_class_method { in add_method()218 is_class_method: bool, in new()228 is_class_method, in new()244 pub(crate) fn is_class_method(&self) -> bool { in is_class_method() method245 self.is_class_method in is_class_method()
4457 let sig = if method.is_class_method() { in objc_method_codegen()4472 let body = if method.is_class_method() { in objc_method_codegen()