Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs311 self.ctx.lookup_has_destructor( in constrain_type()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs1290 pub fn lookup_has_destructor(&self, id: TypeId) -> bool { in lookup_has_destructor() method