Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs382 if !self.options.allowlist_recursively { in command_line_flags()
694 pub fn allowlist_recursively(mut self, doit: bool) -> Self { in allowlist_recursively() method
695 self.options.allowlist_recursively = doit; in allowlist_recursively()
702 self.allowlist_recursively(doit) in whitelist_recursively()
1812 allowlist_recursively: bool, field
2017 allowlist_recursively: true, in default()
Doptions.rs775 builder = builder.allowlist_recursively(false); in builder_from_flags()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs1301 if self.options.allowlist_recursively { in find_used_template_parameters()
2297 if !self.options().allowlist_recursively { in compute_allowlisted_and_codegen_items()
2359 if self.options().allowlist_recursively { in compute_allowlisted_and_codegen_items()
2376 let codegen_items = if self.options().allowlist_recursively { in compute_allowlisted_and_codegen_items()