Searched refs:allowlist_recursively (Results 1 – 3 of 3) sorted by relevance
382 if !self.options.allowlist_recursively { in command_line_flags()694 pub fn allowlist_recursively(mut self, doit: bool) -> Self { in allowlist_recursively() method695 self.options.allowlist_recursively = doit; in allowlist_recursively()702 self.allowlist_recursively(doit) in whitelist_recursively()1812 allowlist_recursively: bool, field2017 allowlist_recursively: true, in default()
775 builder = builder.allowlist_recursively(false); in builder_from_flags()
1301 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()