Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs304 enable_function_attribute_detection: bool, field
472 enable_function_attribute_detection, in builder_from_flags()
700 if enable_function_attribute_detection { in builder_from_flags()
701 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Drun_bindgen.rs113 .enable_function_attribute_detection() in run_boringssl()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs500 if self.options.enable_function_attribute_detection { in command_line_flags()
1355 pub fn enable_function_attribute_detection(mut self) -> Self { in enable_function_attribute_detection() method
1356 self.options.enable_function_attribute_detection = true; in enable_function_attribute_detection()
1955 enable_function_attribute_detection: bool, field
2335 enable_function_attribute_detection, in default()
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs479 if ctx.options().enable_function_attribute_detection { in from_ty()