Searched refs:method_kind (Results 1 – 2 of 2) sorted by relevance
1484 let method_kind = if is_static { in from_ty() localVariable1495 Method::new(method_kind, signature, is_const); in from_ty()
3788 FunctionKind::Method(ref method_kind) in codegen()3789 if method_kind.is_pure_virtual() => in codegen()