Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs373 (&self.options.blocklisted_items, "--blocklist-item"), in command_line_flags()
905 self.options.blocklisted_items.insert(arg);
1851 blocklisted_items: RegexSet, field
2193 &mut self.blocklisted_items, in build()
2297 blocklisted_items, in default()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs659 ctx.options().blocklisted_items.matches(&name) || in is_blocklisted()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4220 if ctx.options().blocklisted_items.matches(name) { in objc_method_codegen()