Searched refs:is_class_method (Results 1 – 3 of 3) sorted by relevance
63 is_class_method: bool, field181 let is_class_method = c.kind() == CXCursor_ObjCClassMethodDecl; in from_ty() localVariable182 let method = ObjCMethod::new(&name, signature, is_class_method); in from_ty()201 if method.is_class_method { in add_method()213 is_class_method: bool, in new()223 is_class_method, in new()245 pub fn is_class_method(&self) -> bool { in is_class_method() method246 self.is_class_method in is_class_method()
236 const bool is_class_method = in GetMethodNameVariants() local243 if (is_class_method || is_instance_method) { in GetMethodNameVariants()
3930 let sig = if method.is_class_method() { in objc_method_codegen()3945 let body = if method.is_class_method() { in objc_method_codegen()