Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs297 if !self.derive_trait.can_derive_compound_forward_decl() && in constrain_type()
527 fn can_derive_compound_forward_decl(&self) -> bool { in can_derive_compound_forward_decl() method