Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs226 ctx.options().derive_default && ctx.lookup_can_derive_default(*self) in can_derive_default()
2604 pub fn lookup_can_derive_default<Id: Into<ItemId>>(&self, id: Id) -> bool { in lookup_can_derive_default() method