Home
last modified time | relevance | path

Searched refs:method_is_virtual (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs41 FunctionKind::Method(if cursor.method_is_virtual() { in from_cursor()
50 if cursor.method_is_virtual() { in from_cursor()
507 let is_virtual = is_method && cursor.method_is_virtual(); in from_ty()
Dcomp.rs1472 let is_virtual = cur.method_is_virtual(); in from_ty()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs821 pub fn method_is_virtual(&self) -> bool { in method_is_virtual() method